Skip to content

Commit

Permalink
Split workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
altfoxie authored May 13, 2024
1 parent 8a90bf5 commit 1e26086
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
- name: hassfest validation
uses: "home-assistant/actions/hassfest@master"
category: "integration"
15 changes: 15 additions & 0 deletions .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Validate hassfest

on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: hassfest validation
uses: "home-assistant/actions/hassfest@master"

0 comments on commit 1e26086

Please sign in to comment.