Skip to content

Commit

Permalink
issue #44: change pattern and move condition
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Nov 29, 2023
1 parent bd1e2f1 commit a9f9e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-markdown-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: mlc_config.json
if: always() # Run step even if previous steps fail.

- name: Verify line 80 wrap
uses: DavidAnson/markdownlint-cli2-action@v14
with:
config: .markdownlint.json
if: always() # Run step even if previous steps fail.
2 changes: 1 addition & 1 deletion mlc_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https?://(www\\.)?linkedin\\.com/"
"pattern": "^http://www.linkedin.com"
}
]
}

0 comments on commit a9f9e7b

Please sign in to comment.