Commit 501aa8c
fix(ci): include all markdown files in lychee link check
Previously, the workflow only checked markdown files in the skills/
directory and the root README.md. This caused failures when PRs
modified markdown files in other directories (e.g., third_party/).
Now all changed markdown files are included in the link check,
regardless of their directory location.
Fixes CI failure in PR #263 where third_party/ElevenLabs/README.md
changes were not being checked.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 279a36e commit 501aa8c
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 94 | | |
100 | 95 | | |
101 | 96 | | |
| |||
0 commit comments