From adcb1f0a8b31f69f48e9bb89bf6efd5f3558a71b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 28 Apr 2022 13:27:24 +0200 Subject: [PATCH] Delete weekly_lintconfig.yml --- .github/workflows/weekly_lintconfig.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/weekly_lintconfig.yml diff --git a/.github/workflows/weekly_lintconfig.yml b/.github/workflows/weekly_lintconfig.yml deleted file mode 100644 index fb95139fb..000000000 --- a/.github/workflows/weekly_lintconfig.yml +++ /dev/null @@ -1,20 +0,0 @@ -# yamllint disable rule:line-length ---- -name: Weekly lint config - -on: - schedule: - - cron: "0 0 * * 0" - workflow_dispatch: - -jobs: - build: - name: Add-on configuration - runs-on: ubuntu-latest - steps: - - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v2 - - name: 🚀 Run Home Assistant Add-on Lint - uses: frenck/action-addon-linter@v1 - with: - path: "./*/"