From 5285586684e2e812b114a1ce927a8f9292e057a3 Mon Sep 17 00:00:00 2001 From: BasBruss <68892092+basbruss@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:36:11 +0200 Subject: [PATCH] Create hacs.yaml --- .github/workflows/hacs.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 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..c58e970 --- /dev/null +++ b/.github/workflows/hacs.yaml @@ -0,0 +1,22 @@ +--- +name: HACS Validation + +on: + pull_request: + push: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +jobs: + hacs: + name: HACS Validation + runs-on: ubuntu-latest + steps: + - name: ⤵️ Check out code from GitHub + uses: actions/checkout@v4.1.1 + + - name: 🚀 Run HACS validation + uses: hacs/action@main + with: + category: integration