mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-05 22:36:34 +02:00
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:
@@ -6,12 +6,16 @@ on:
|
||||
paths:
|
||||
- '**.md'
|
||||
- '.github/workflows/docs-check.yml'
|
||||
- '.cspell.json'
|
||||
- '.github/markdown-link-check-config.json'
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '**.md'
|
||||
- 'CONTRIBUTING.md'
|
||||
- 'LICENSE'
|
||||
- '.cspell.json'
|
||||
- '.github/markdown-link-check-config.json'
|
||||
|
||||
# Cancel in-progress runs for the same branch
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user