From f62b58af1a26f5294737e0a8afb89009a1fa6201 Mon Sep 17 00:00:00 2001 From: Dominik <89667597+DominikWrobel@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:09:54 +0200 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..6df4e03 --- /dev/null +++ b/.github/workflows/validate.yaml @@ -0,0 +1,17 @@ +name: Validate + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + +jobs: + validate: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v3" + - name: HACS validation + uses: "hacs/action@main" + with: + category: "integration"