Add missing frail flag

This commit is contained in:
Billy Tat
2024-02-06 10:30:30 -08:00
parent ed88739bef
commit d90597785a
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check Markdown links
run: yarn run remark --quiet --use remark-validate-links ./docs
run: yarn run remark --quiet --frail --use remark-validate-links ./docs
- name: Check External links
run: yarn run remark --quiet --use remark-lint-no-dead-urls ./docs
- name: Test build website