There was an error while loading. Please reload this page.
2 parents e5692d7 + 2718f74 commit 0f94fe7Copy full SHA for 0f94fe7
.github/workflows/check-links.yml
@@ -11,4 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@master
14
- - uses: gaurav-nelson/github-action-markdown-link-check@v1
+ - uses: gaurav-nelson/github-action-markdown-link-check@v1
15
+ with:
16
+ config-file: 'config.json'
17
+
config.json
@@ -0,0 +1,3 @@
1
+{
2
+ "aliveStatusCodes": [403, 200]
3
+}
0 commit comments