From a20726416daa3bcfc6dc93c6634aea3e969e46e9 Mon Sep 17 00:00:00 2001 From: Harrison Cook Date: Tue, 16 Apr 2024 15:46:36 +1000 Subject: [PATCH] Update hassfest.yaml --- .github/workflows/hassfest.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml index 1e87812..07d1dda 100644 --- a/.github/workflows/hassfest.yaml +++ b/.github/workflows/hassfest.yaml @@ -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