Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…istant into dev
  • Loading branch information
chrisc123 committed Feb 10, 2025
2 parents f4eb119 + cdbb75d commit a89b2c9
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate with hassfest
name: Validate with hassfest and HACS

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

0 comments on commit a89b2c9

Please sign in to comment.