From 3d77fdcf96d5463914186098cfc6117f5b992854 Mon Sep 17 00:00:00 2001 From: Adrian <136969393+zhbjsh@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:02:14 +0200 Subject: [PATCH] Create hacs.yml --- .github/workflows/hacs.yml | 17 +++++++++++++++++ 1 file changed, 17 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..78e835d --- /dev/null +++ b/.github/workflows/hacs.yml @@ -0,0 +1,17 @@ +name: HACS Action + +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: "CHANGE_ME!"