ci(docs): block merge on broken doc links
This commit is contained in:
parent
d7039b60ef
commit
ffc24f7477
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -39,6 +39,9 @@ jobs:
|
|||
- name: Test
|
||||
run: npm test
|
||||
|
||||
- name: Check doc links
|
||||
run: npm run docs:check-links
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue