Skip to content

Commit

Permalink
Ignore patterns added
Browse files Browse the repository at this point in the history
  • Loading branch information
NZT48 committed Aug 5, 2021
1 parent 3e8dff2 commit 2a691db
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Check Markdown Links

on:
push:
branches:
- master
on: [pull_request]

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
13 changes: 13 additions & 0 deletions .github/workflows/mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"ignorePatterns": [
{
"pattern": "^https://etherscan.io/address"
},
{
"pattern": "^http://0.0.0.0"
},
{
"pattern": "^mailto:"
}
]
}

0 comments on commit 2a691db

Please sign in to comment.