Skip to content

Commit e50d0c5

Browse files
authored
Merge pull request #5368 from baywet/ci/pass-suppression
ci: pass linkspector config to workflow
2 parents f0537f2 + cdfe645 commit e50d0c5

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/validate-markdown.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ jobs:
3636
echo "PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome" >> $GITHUB_ENV
3737
3838
- 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
39+
uses: umbrelladocs/action-linkspector@v1
40+
with:
41+
config_file: .linkspector.yml
42+
reporter: github-check
43+
fail_level: any
44+
filter_mode: file

0 commit comments

Comments
 (0)