From e6e7b088112a57984182aa3797df33b6d5a4b4b1 Mon Sep 17 00:00:00 2001 From: Aiden Date: Thu, 24 Jul 2025 16:21:36 -0500 Subject: [PATCH] Add hassfest --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..d203eda --- /dev/null +++ b/.github/workflows/main.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@v4" + - uses: "home-assistant/actions/hassfest@master"