Bump up markdown-link-check. Ignore 127.0.0.1 (#398)

This commit is contained in:
吴晟 Wu Sheng 2022-11-27 23:19:14 +08:00 committed by GitHub
parent add2bc42ca
commit a3e9b5543e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@
{
"pattern": "^http://localhost"
},
{
"pattern": "^http://127.0.0.1"
},
{
"pattern": "^https://github.com/apache/skywalking-java/blob/master/changes/changes-x.y.z.md$"
},

View File

@ -29,7 +29,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- run: sudo npm install -g markdown-link-check@3.10.0
- run: sudo npm install -g markdown-link-check@3.10.3
- run: |
for file in $(find . -name "*.md"); do
markdown-link-check -c .dlc.json -q "$file"