Skip to content

Commit

Permalink
fix: hacs github worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandoamaral committed Oct 14, 2024
1 parent 48e06d6 commit dbb08a7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
pull_request:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
validate:
validate-hacs:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- uses: 'home-assistant/actions/hassfest@master'
- name: HACS validation
uses: 'hacs/action@main'
with:
category: 'plugin'
ignore: information

0 comments on commit dbb08a7

Please sign in to comment.