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/*'