From dd5458ebbda75dd6e9e3fc88c20cd09379b51c35 Mon Sep 17 00:00:00 2001 From: Daniel Gospodinow Date: Wed, 15 Jan 2025 19:15:30 +0000 Subject: [PATCH] Create hacs-action-validation.yaml --- .github/workflows/hacs-action-validation.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/hacs-action-validation.yaml diff --git a/.github/workflows/hacs-action-validation.yaml b/.github/workflows/hacs-action-validation.yaml new file mode 100644 index 0000000..b69788b --- /dev/null +++ b/.github/workflows/hacs-action-validation.yaml @@ -0,0 +1,18 @@ +name: HACS-action + +on: + push: + pull_request: + workflow_dispatch: + schedule: + - cron: "0 0 * * *" + +jobs: + hacs: + name: HACS Action + runs-on: "ubuntu-latest" + steps: + - name: HACS Action + uses: "hacs/action@main" + with: + category: "integration"