Skip to content

Commit b10bd60

Browse files
Merge dev into v3.1-dev-sync-with-dev
2 parents a381fcb + 9ea4f7b commit b10bd60

3 files changed

Lines changed: 922 additions & 176 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)