workflows: run broken link check in frontend CI

This commit is contained in:
Patrik Oldsberg
2020-08-11 12:22:58 +02:00
parent f69a2804ae
commit 538a171b06
+3
View File
@@ -44,6 +44,9 @@ jobs:
run: git diff --quiet origin/master HEAD -- yarn.lock
continue-on-error: true
- name: verify doc links
run: node docs/verify-links.js
- name: yarn install
run: yarn install --frozen-lockfile