Skip to content

Commit

Permalink
Update hassfest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie authored Apr 16, 2024
1 parent dd70606 commit a207264
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
name: Validate with hassfest
on: push: pull_request: schedule: - cron: "0 0 * * *"
jobs: validate: runs-on: "ubuntu-latest" steps: - uses: "actions/checkout@v2" - uses: home-assistant/actions/hassfest@master

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

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: home-assistant/actions/hassfest@master

0 comments on commit a207264

Please sign in to comment.