Skip to content

Commit a1455e1

Browse files
ci: isolate Docs automation from generic lint
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 27a51eb commit a1455e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: super-linter/super-linter@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0
3030
env:
3131
GITHUB_TOKEN: ${{ github.token }}
32-
FILTER_REGEX_EXCLUDE: '(tests/src(TestRepo|WithManifestTestRepo)/src/classes/public/.*\.ps1|docs/.*)$'
32+
FILTER_REGEX_EXCLUDE: '(tests/src(TestRepo|WithManifestTestRepo)/src/classes/public/.*\.ps1|docs/.*|\.github/actions/update-index/.*|\.github/workflows/Docs\.yml)$'
3333
VALIDATE_BIOME_FORMAT: false
3434
VALIDATE_GITHUB_ACTIONS: false
3535
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false

0 commit comments

Comments
 (0)