From cb2f1a765bdfb461469d94e0011e205ae51e2828 Mon Sep 17 00:00:00 2001 From: Will Cooke Date: Mon, 4 Dec 2023 11:07:50 +0000 Subject: [PATCH] Create hassfest.yaml Add hessfest action as part of HACS. Helps #5 --- .github/workflows/hassfest.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/hassfest.yaml diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml new file mode 100644 index 0000000..82aefa7 --- /dev/null +++ b/.github/workflows/hassfest.yaml @@ -0,0 +1,15 @@ +name: Validate with hassfest + +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 +