Skip to content

Commit 0f94fe7

Browse files
authored
Merge branch 'pyOpenSci:main' into update-metadata
2 parents e5692d7 + 2718f74 commit 0f94fe7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@master
14-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
14+
- uses: gaurav-nelson/github-action-markdown-link-check@v1
15+
with:
16+
config-file: 'config.json'
17+

config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"aliveStatusCodes": [403, 200]
3+
}

0 commit comments

Comments
 (0)