diff --git "a/\350\264\264 .github/workflows/validate.yaml" "b/\350\264\264 .github/workflows/validate.yaml" deleted file mode 100644 index 0a56e14..0000000 --- "a/\350\264\264 .github/workflows/validate.yaml" +++ /dev/null @@ -1,20 +0,0 @@ -name: Validate HACS Integration - -on: - push: - pull_request: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: - -jobs: - validate-hacs: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: HACS Validation - uses: hacs/action@main - with: - category: "integration"