ci(docs): block merge on broken doc links

This commit is contained in:
Janpeter Visser 2026-05-03 01:16:38 +02:00
parent d7039b60ef
commit ffc24f7477

View file

@ -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: