From d447a5e685564541293598b2fca05801e40ec41f Mon Sep 17 00:00:00 2001 From: KadenThomp36 Date: Wed, 11 Feb 2026 13:41:36 -0500 Subject: [PATCH] Add HACS validation GitHub Action Required for HACS default repository submission. --- .github/workflows/validate.yml | 18 ++++++++++++++++++ 1 file changed, 18 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..3387332 --- /dev/null +++ b/.github/workflows/validate.yml @@ -0,0 +1,18 @@ +name: Validate + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +jobs: + validate-hacs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: HACS Validation + uses: hacs/action@main + with: + category: plugin