From b5437e3eae5caf6bf24204f77ccb1369722c1d4f Mon Sep 17 00:00:00 2001 From: Sanjay Govind Date: Mon, 13 Nov 2023 16:53:20 +1300 Subject: [PATCH] Add required actions for HACS --- .github/workflows/main.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..ffe4a35 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,22 @@ +name: Validate addon + +on: + push: + pull_request: + schedule: + - cron: '0 0 * * *' + +jobs: + validate: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v4" + - uses: "home-assistant/actions/hassfest@master" + hacs: + name: HACS Action + runs-on: "ubuntu-latest" + steps: + - name: HACS Action + uses: "hacs/action@main" + with: + category: "integration"