diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml deleted file mode 100644 index ec65445..0000000 --- a/.github/workflows/hacs.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: HACS Validation - -on: - push: - branches: - - main - pull_request: - -jobs: - hacs-validation: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: HACS Action - uses: hacs/action@main