Skip to content

Commit

Permalink
Add hassfest validation
Browse files Browse the repository at this point in the history
This is required to prepare for inclusion in the HACS default repo.

Signed-off-by: rany <ranygh@riseup.net>
  • Loading branch information
rany2 committed Jun 11, 2024
1 parent 6e93e10 commit f178e6b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate
name: HACS Action

on:
push:
Expand All @@ -10,7 +10,7 @@ jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v4"
- name: HACS validation
uses: "hacs/action@main"
with:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/validation_hassfest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate with hassfest

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

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

0 comments on commit f178e6b

Please sign in to comment.