Merge pull request #4055 from backstage/rugvip/nodep

workflows: run link verification as part of microsite CI checks
This commit is contained in:
Patrik Oldsberg
2021-01-14 14:58:45 +01:00
committed by GitHub
2 changed files with 30 additions and 8 deletions
@@ -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