Skip to content

Commit

Permalink
ci(linkcheck): extend ignored urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Feb 24, 2021
1 parent eeb49c5 commit 3ba2af8
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 @@ -17,4 +17,4 @@ jobs:
with:
node-version: 14.x
- name: Run Linkinator
run: npx linkinator *.md --skip 'https://github.com/Fdawgs/.*/issues/, https://github.com/Fdawgs/.*/commit/, http://0.0.0.0'
run: npx linkinator *.md --skip 'https://github.com/Fdawgs/.*/issues/, https://github.com/Fdawgs/.*/commit/, http://0.0.0.0, http://localhost'

0 comments on commit 3ba2af8

Please sign in to comment.