From f538d5077ca6c3c7c631e6bf14ce0bddc418eb68 Mon Sep 17 00:00:00 2001 From: leranp Date: Sat, 2 Sep 2023 22:44:40 +0300 Subject: [PATCH] Delete .github/workflows --- .github/workflows | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows diff --git a/.github/workflows b/.github/workflows deleted file mode 100644 index 5f7a071..0000000 --- a/.github/workflows +++ /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"