Add --quiet to only output problematic links

This commit is contained in:
Billy Tat
2023-05-25 10:56:04 -07:00
committed by GitHub
parent 08900c0421
commit 516ee4d275
+1 -1
View File
@@ -19,6 +19,6 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check links
run: yarn run remark --use remark-validate-links --use remark-lint-no-dead-urls ./docs
run: yarn run remark --quiet --use remark-validate-links --use remark-lint-no-dead-urls ./docs
- name: Test build website
run: yarn build