We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add2bc4 commit a3e9b55Copy full SHA for a3e9b55
2 files changed
.dlc.json
@@ -3,6 +3,9 @@
3
{
4
"pattern": "^http://localhost"
5
},
6
+ {
7
+ "pattern": "^http://127.0.0.1"
8
+ },
9
10
"pattern": "^https://github.com/apache/skywalking-java/blob/master/changes/changes-x.y.z.md$"
11
.github/workflows/dead-link-checker.yaml
@@ -29,7 +29,7 @@ jobs:
29
timeout-minutes: 30
30
steps:
31
- uses: actions/checkout@v2
32
- - run: sudo npm install -g markdown-link-check@3.10.0
+ - run: sudo npm install -g markdown-link-check@3.10.3
33
- run: |
34
for file in $(find . -name "*.md"); do
35
markdown-link-check -c .dlc.json -q "$file"
0 commit comments