From e6b3aacdfffdfbb07679519ba4da7666ed16049f Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Wed, 11 Oct 2023 10:24:00 +0200 Subject: [PATCH] Delete .github/workflows/validate.yml --- .github/workflows/validate.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/validate.yml diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml deleted file mode 100644 index bf1b612..0000000 --- a/.github/workflows/validate.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Validate with hassfest - -on: - push: - pull_request: - schedule: - - cron: "0 0 * * *" - -jobs: - validate: - runs-on: "ubuntu-latest" - steps: - - uses: "actions/checkout@v3" - - uses: home-assistant/actions/hassfest@master \ No newline at end of file