From 0017b53da220de0470e25ae4d8c2feb16ae4cf4a Mon Sep 17 00:00:00 2001 From: KNOOP Date: Mon, 13 Jan 2025 01:24:21 +0800 Subject: [PATCH] =?UTF-8?q?Delete=20=E8=B4=B4=20.github/workflows=20direct?= =?UTF-8?q?ory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflows/validate.yaml" | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 "\350\264\264 .github/workflows/validate.yaml" 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"