From 0600d6e029c7dadd00d9e0caadbab3a28b7fa9c1 Mon Sep 17 00:00:00 2001 From: Maor Date: Tue, 13 Feb 2024 20:44:08 +0200 Subject: [PATCH] Create hassfest.yaml Followed the official instructions from here: https://developers.home-assistant.io/blog/2020/04/16/hassfest --- .github/workflows/hassfest.yaml | 14 ++++++++++++++ 1 file changed, 14 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..07d1dda --- /dev/null +++ b/.github/workflows/hassfest.yaml @@ -0,0 +1,14 @@ +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