ci: Trigger docs-check on config file changes
Add .cspell.json and markdown-link-check-config.json to the docs-check workflow trigger paths so spelling and link check config changes are properly validated.
This commit is contained in:
4
.github/workflows/docs-check.yml
vendored
4
.github/workflows/docs-check.yml
vendored
@@ -6,12 +6,16 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- '.github/workflows/docs-check.yml'
|
- '.github/workflows/docs-check.yml'
|
||||||
|
- '.cspell.json'
|
||||||
|
- '.github/markdown-link-check-config.json'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'CONTRIBUTING.md'
|
- 'CONTRIBUTING.md'
|
||||||
- 'LICENSE'
|
- 'LICENSE'
|
||||||
|
- '.cspell.json'
|
||||||
|
- '.github/markdown-link-check-config.json'
|
||||||
|
|
||||||
# Cancel in-progress runs for the same branch
|
# Cancel in-progress runs for the same branch
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|||||||
Reference in New Issue
Block a user