Skip to content

Commit

Permalink
ci(link-check): fix skip regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Apr 14, 2021
1 parent cbdfa25 commit be010ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
with:
node-version: 14
- name: Run Linkinator
run: npx linkinator '{,!(node_modules|src/lib)/**/}*.md' --skip 'https://github.com/Fdawgs/.*/(commit|issues)/, http://0.0.0.0'
run: npx linkinator '{,!(node_modules)/**/}*.md' --skip 'https:\/\/(?:www\.|)github\.com\/Fdawgs\/.*\/(?:commit|issues)\/, http://0.0.0.0'

0 comments on commit be010ea

Please sign in to comment.