Skip to content

Commit

Permalink
ci: update a ignore pattern (#96)
Browse files Browse the repository at this point in the history
Make regular expressions more readable and avoid matching other strings starting with 'h', such as "help".
  • Loading branch information
Selflocking committed Jul 9, 2023
1 parent 537aa40 commit 7a2e283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.links.check.config.json
@@ -1,7 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^[^h]"
"pattern": "^(?!https?:\/\/)"
},
{
"pattern": "^http://localhost"
Expand Down

0 comments on commit 7a2e283

Please sign in to comment.