From ba9553a1286c2e9accb8b3e08e0758cb8453e935 Mon Sep 17 00:00:00 2001 From: Aiden Date: Thu, 24 Jul 2025 16:22:39 -0500 Subject: [PATCH] Add HACS validation --- .github/workflows/hacs.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/hacs.yml diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml new file mode 100644 index 0000000..99ff30b --- /dev/null +++ b/.github/workflows/hacs.yml @@ -0,0 +1,19 @@ +name: Validate with HACS + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +permissions: {} + +jobs: + validate-hacs: + runs-on: "ubuntu-latest" + steps: + - name: HACS validation + uses: "hacs/action@main" + with: + category: "integration"