From a39fc82eb766ed4e3e8f799f1b5b945796379eb3 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sun, 6 Mar 2022 23:20:10 +0100 Subject: [PATCH] Delete hassfest.yaml --- .github/workflows/hassfest.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/hassfest.yaml diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml deleted file mode 100644 index cfa0f62f..00000000 --- a/.github/workflows/hassfest.yaml +++ /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@v2" - - uses: "home-assistant/actions/hassfest@master" \ No newline at end of file