From 449de6510ff006207c9cd1a8d2355bd7fc50df5d Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Sun, 1 Aug 2021 17:47:20 +0200 Subject: [PATCH] add validation workflow for HACS --- .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 00000000..fc1b5f91 --- /dev/null +++ b/.github/workflows/validate.yml @@ -0,0 +1,17 @@ +name: Validate + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + +jobs: + validate: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v2" + - name: HACS validation + uses: "hacs/action@main" + with: + category: "integration"