From 183497cd829073c88df5651d15c64a50e1da6c98 Mon Sep 17 00:00:00 2001 From: James Beeching <98554230+beecho01@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:06:15 +0100 Subject: [PATCH] Create hassfest.yml --- .github/workflows/hassfest.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/hassfest.yml diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml new file mode 100644 index 000000000..18c7d1932 --- /dev/null +++ b/.github/workflows/hassfest.yml @@ -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@v2" + - uses: home-assistant/actions/hassfest@master