We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ab037 commit 83d7f77Copy full SHA for 83d7f77
.github/config/linkspector.yml
@@ -0,0 +1,9 @@
1
+aliveStatusCodes:
2
+ - 200
3
+ - 406
4
+dirs:
5
+ - .
6
+ - .github
7
+ignorePatterns:
8
+ - pattern: '^https://basescan.org/address/.*$'
9
+useGitIgnore: true
.github/workflows/check-md-links.yml
@@ -6,7 +6,11 @@ jobs:
check-md-links:
runs-on: ubuntu-latest
steps:
- - name: Clone @api3/data-feed-proxy-combinators
10
- uses: actions/checkout@v4
11
- - name: Check Markdown links
12
- uses: gaurav-nelson/github-action-markdown-link-check@v1
+ - name: Clone @api3/data-feed-proxy-combinators
+ uses: actions/checkout@v4
+ - name: Check Markdown links
+ uses: umbrelladocs/action-linkspector@v1
13
+ with:
14
+ reporter: github-pr-review
15
+ config_file: .github/config/linkspector.yml
16
+ fail_on_error: true
0 commit comments