Skip to content

Commit b3f54f5

Browse files
authored
Merge pull request #5030 from ralfhandl/main-linkspector-only-for-changed-files
main: check links only for changed files
2 parents ee8e425 + 2b3a032 commit b3f54f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate-markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
with:
3434
reporter: github-check
3535
fail_level: any
36-
filter_mode: nofilter
36+
filter_mode: file

.linkspector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ files:
22
- src/oas.md
33
- CONTRIBUTING.md
44
- EDITORS.md
5-
# - GOVERNANCE.md
5+
- GOVERNANCE.md
66
- IMPLEMENTATIONS.md
77
- MAINTAINERS.md
88
- README.md

0 commit comments

Comments
 (0)