Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

唐明响_第一周作业_2 #259

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update link-check-all.yml
  • Loading branch information
tangmingxiang authored Aug 20, 2022
commit 4e0f0ccf4f76f1c6f0ac38ccc9751546f0dbde16
12 changes: 1 addition & 11 deletions .github/workflows/link-check-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,9 @@ jobs:
- name: Show files changed
run: cat $HOME/files.json

- name: Link check (warnings, changed files)
run: |
./script/rendered-content-link-checker.mjs \
--language en \
--max 100 \
--check-anchors \
--check-images \
--verbose \
--list $HOME/files.json

- name: Link check (critical, all files)
run: |
./script/rendered-content-link-checker.mjs \
./test/test.spec.js \
--language en \
--exit \
--verbose \
Expand Down