From c9f85e1104ab0834f66ccab5f951cd82ef233a1c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 28 Apr 2022 13:22:36 +0200 Subject: [PATCH] Create weekly_lintconfig.yml --- .github/workflows/weekly_lintconfig.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/weekly_lintconfig.yml diff --git a/.github/workflows/weekly_lintconfig.yml b/.github/workflows/weekly_lintconfig.yml new file mode 100644 index 000000000..62c8dcc82 --- /dev/null +++ b/.github/workflows/weekly_lintconfig.yml @@ -0,0 +1,20 @@ +# 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: "./addon"