workflows: run link verification as part of microsite CI

This commit is contained in:
Patrik Oldsberg
2021-01-13 11:47:51 +01:00
parent e8a0506344
commit 9595e2e166
@@ -27,6 +27,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: verify doc links
run: node scripts/verify-links.js
# Skip caching of microsite dependencies, it keeps the global cache size
# smaller, which make Windows builds a lot faster for the rest of the project.
- name: yarn install