Skip to content

Commit

Permalink
chore: update hacs github worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandoamaral committed Oct 14, 2024
1 parent 88777e7 commit 48e06d6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ name: 'Hacs validation'

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

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

0 comments on commit 48e06d6

Please sign in to comment.