From 8ec62e88ccaa3a9d0408c64a716c44878182795f Mon Sep 17 00:00:00 2001 From: Gunkut Zeybek Date: Tue, 5 Jul 2022 21:23:17 +0300 Subject: [PATCH] HACS validate github actions configuration --- .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..a22cb48 --- /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@v2" + - name: HACS validation + uses: "hacs/action@main" + with: + category: "integration" \ No newline at end of file