From 2f5756b1f6616454b1802efb21cff6477ed736f3 Mon Sep 17 00:00:00 2001 From: Zane V Date: Sun, 17 May 2026 21:23:15 -0400 Subject: [PATCH] add HACS action --- .github/workflows/validate.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/validate.yml diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml new file mode 100644 index 0000000..2102eaa --- /dev/null +++ b/.github/workflows/validate.yml @@ -0,0 +1,16 @@ +name: Validate +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"