From c74067153caab3d5612d7e0a84a137361bd428a0 Mon Sep 17 00:00:00 2001 From: Michael Rohrhirsch Date: Thu, 9 Jan 2025 19:51:59 +0100 Subject: [PATCH] Create validate.yml --- .github/workflows/validate.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/validate.yml diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml new file mode 100644 index 0000000..ea6cf6f --- /dev/null +++ b/.github/workflows/validate.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: "integration"