Skip to content

Commit 9ea4f7b

Browse files
authored
Merge pull request #5380 from OAI/dev-sync-with-main
dev: sync with main
2 parents 18fe474 + a7a32f9 commit 9ea4f7b

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)