Skip to content

Commit f72b2a8

Browse files
authored
Add support for additional file types in links.yml
1 parent 85e3749 commit f72b2a8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/links.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
--max-concurrency 4
2929
'./**/*.md'
3030
'./**/*.html'
31+
'./**/*.sh'
32+
'./**/*.py'
33+
'./**/*.ijm'
34+
'./**/*.groovy'
35+
'./**/*.R'
36+
'./**/*.yml'
37+
'./**/*.yaml'
3138
fail: true # Fail the workflow on broken links (red ✗ on the commit)
3239

3340
# Optional: open an issue when the *scheduled* run finds problems,

0 commit comments

Comments
 (0)