Merge pull request #3192 from spotify/rugvip/links

docs/verify-links: validate links to docs from other parts of the microsite
This commit is contained in:
Patrik Oldsberg
2020-11-01 15:35:17 +01:00
committed by GitHub
6 changed files with 184 additions and 135 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
continue-on-error: true
- name: verify doc links
run: node docs/verify-links.js
run: node scripts/verify-links.js
- name: prettier
run: yarn prettier:check