We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0537f2 + cdfe645 commit e50d0c5Copy full SHA for e50d0c5
1 file changed
.github/workflows/validate-markdown.yaml
@@ -36,12 +36,9 @@ jobs:
36
echo "PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome" >> $GITHUB_ENV
37
38
- name: Check links in markdown files
39
- # uses: umbrelladocs/action-linkspector@v1
40
- # with:
41
- # reporter: github-check
42
- # fail_level: any
43
- # filter_mode: file
44
- run: |
45
- npm ci
46
- npx linkspector --version
47
- npx linkspector check
+ uses: umbrelladocs/action-linkspector@v1
+ with:
+ config_file: .linkspector.yml
+ reporter: github-check
+ fail_level: any
+ filter_mode: file
0 commit comments