Skip to content

Commit 9daf0a8

Browse files
committed
Switch Checkers workflow from linkinator-action to linkinator to avoid behavioral issues in te Action (JustinBeckwith/linkinator#802).
1 parent c9f921b commit 9daf0a8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/checkers.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: JustinBeckwith/linkinator-action@v2.4.0
17-
with:
18-
linksToSkip: '^https://github.com/ ^https://www.jwz.org/ ^https://www.npmjs.com/ ^https://opensource.org/ ^https://unix.stackexchange.com/'
19-
paths: '*.md doc/*.md helpers/*.md'
16+
- run: 'npx linkinator "*.md" "doc/*.md" "helpers/*.md" --directory-listing --skip "^https://github.com/.*/search\?q=" --skip "^https://www.jwz.org/"'
2017

2118
spellcheck:
2219
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)