diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml new file mode 100644 index 0000000000..14270af5d1 --- /dev/null +++ b/.github/workflows/hacs.yml @@ -0,0 +1,14 @@ +name: HACS + +on: + push: + tags: + - '*' + workflow_dispatch: + +jobs: + hacs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: hacs/integration@2.0.5