Skip to content

Commit

Permalink
Merge pull request #12 from hudsonbrendon/feature/github-actions
Browse files Browse the repository at this point in the history
feat: add hacs validation
  • Loading branch information
hudsonbrendon committed Apr 23, 2023
2 parents 0d52990 + 97ad21c commit 63c1ac8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
17 changes: 17 additions & 0 deletions .github/workflow/hacs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: HACS Action

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

jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"
12 changes: 2 additions & 10 deletions .github/workflow/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate hassfest and HACS
name: hassfest

on:
push:
Expand All @@ -15,12 +15,4 @@ jobs:
uses: "actions/checkout@v3"

- name: 🚀 Run hassfest validation
uses: home-assistant/actions/hassfest@master
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"
uses: home-assistant/actions/hassfest@master

0 comments on commit 63c1ac8

Please sign in to comment.