From d241f0323bae8d03cc610b07b4028a8ca8be12c8 Mon Sep 17 00:00:00 2001 From: oven-lab Date: Sat, 20 May 2023 13:47:25 +0200 Subject: [PATCH] Add HACS validation --- .github/workflows/validate.yml | 18 ++++++++++++++++++ 1 file changed, 18 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..e7e8e0a --- /dev/null +++ b/.github/workflows/validate.yml @@ -0,0 +1,18 @@ +name: HACS Validate + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +jobs: + validate-hacs: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v3" + - name: HACS validation + uses: "hacs/action@main" + with: + category: "integration"