From 3afc2331fbfa39ac2c447e85c5ba8b19c1faa42f Mon Sep 17 00:00:00 2001 From: sanjoyg Date: Mon, 22 Jan 2024 14:28:57 +0530 Subject: [PATCH] Create action.yaml --- .github/workflows/action.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/action.yaml diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml new file mode 100644 index 0000000..78e835d --- /dev/null +++ b/.github/workflows/action.yaml @@ -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!"