Skip to content

Commit

Permalink
issue #44: ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Nov 29, 2023
1 parent f63ba96 commit 0afc380
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow-markdown-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Validating links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config: mlc_config.json
if: always() # Run step even if previous steps fail.

- name: Verify line 80 wrap
Expand Down
7 changes: 7 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https?://(www\\.)?linkedin\\.com/"
}
]
}

0 comments on commit 0afc380

Please sign in to comment.