Skip to content

Commit

Permalink
fix: Hacs Validation Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Jan 1, 2024
1 parent 76bfe5e commit 3194e8a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on:
- cron: "0 0 * * *"

jobs:
validate:
hassfest_validation:
name: HassFest Validation
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: home-assistant/actions/hassfest@master
hacs:
name: HACS Action
name: HACS Action Validation
runs-on: "ubuntu-latest"
steps:
- name: HACS Action
Expand Down

0 comments on commit 3194e8a

Please sign in to comment.