Add link checker and GitHub Action

This commit is contained in:
Billy Tat
2023-05-18 14:22:11 -07:00
parent 07ac0dbad1
commit d6b1a4df01
3 changed files with 1081 additions and 11 deletions

View File

@@ -18,5 +18,7 @@ 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 --frail ./docs
- name: Test build website
run: yarn build