Merge pull request #1906 from spotify/rugvip/doc-urls

Verify and fix broken urls in documentation
This commit is contained in:
Patrik Oldsberg
2020-08-11 17:14:41 +02:00
committed by GitHub
11 changed files with 123 additions and 22 deletions
+3
View File
@@ -45,6 +45,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