From 98a1ac48110a74207a8e502bc3b5d0ae8d3a435f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 22:28:23 +0100 Subject: [PATCH] Update lint-checks.yaml --- .github/workflows/lint-checks.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint-checks.yaml b/.github/workflows/lint-checks.yaml index fccd44f86..87333eb89 100644 --- a/.github/workflows/lint-checks.yaml +++ b/.github/workflows/lint-checks.yaml @@ -37,9 +37,7 @@ jobs: id: filter uses: dorny/paths-filter@v2.9.0 with: - list-files: 'shell' filters: | - shell: - '**/*.sh' - '**/cont-init.d/*' - '**/services.d/*'