Skip to content

Commit

Permalink
Add hassfest validation
Browse files Browse the repository at this point in the history
  • Loading branch information
altfoxie authored May 13, 2024
1 parent 0862536 commit 8a90bf5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate
name: Validate HACS

on:
push:
Expand All @@ -11,8 +11,10 @@ jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
category: "integration"
- name: hassfest validation
uses: "home-assistant/actions/hassfest@master"

0 comments on commit 8a90bf5

Please sign in to comment.