From 970f3f7aefb80525ca0d271c53af6d7caa61f8f5 Mon Sep 17 00:00:00 2001 From: Allan Clark Date: Thu, 29 Jun 2023 17:04:34 -0700 Subject: [PATCH] ci: validate using HACS action --- .github/workflows/hacs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/hacs.yaml diff --git a/.github/workflows/hacs.yaml b/.github/workflows/hacs.yaml new file mode 100644 index 0000000..8bc7755 --- /dev/null +++ b/.github/workflows/hacs.yaml @@ -0,0 +1,18 @@ +name: HACS Action +# see: https://github.com/hacs/action refered by https://hacs.xyz/docs/publish/include#before-submitting + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + +jobs: + hacs: + name: HACS Action + runs-on: "ubuntu-latest" + steps: + - name: HACS Action + uses: "hacs/action@main" + with: + category: "integration"