From 58e250045036e0382681ff00cbeea13b80042cff Mon Sep 17 00:00:00 2001 From: Dan Raper Date: Wed, 27 Dec 2023 10:33:54 +0000 Subject: [PATCH] Add HACS workflows --- .github/workflows/main.yml | 20 ++++++++++++++++++++ 1 file changed, 20 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..7e67dfe --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,20 @@ +name: Main +on: + schedule: + - cron: '0 1 * * *' + push: + branches: + - dev + - main + pull_request: +jobs: + validate: + name: Validate + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v2" + - uses: "home-assistant/actions/hassfest@master" + - name: HACS Action + uses: "hacs/action@main" + with: + category: "integration"