From 6fa20da1d466170447428af1dda0fb415cbe33b2 Mon Sep 17 00:00:00 2001 From: GyroGearl00se <94406798+GyroGearl00se@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:01:40 +0100 Subject: [PATCH] Create validate.yaml --- .github/workflows/validate.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/validate.yaml diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml new file mode 100644 index 0000000..290f9af --- /dev/null +++ b/.github/workflows/validate.yaml @@ -0,0 +1,17 @@ +name: Validate + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +jobs: + validate-hacs: + runs-on: "ubuntu-latest" + steps: + - name: HACS validation + uses: "hacs/action@main" + with: + category: "integration"