Add linkcheck to CI

This commit is contained in:
Wolfgang Walther
2021-04-06 10:19:44 +02:00
committed by Wolfgang Walther
parent 92395eae8a
commit aa38221fc1
+12
View File
@@ -25,6 +25,18 @@ jobs:
name: Run spellcheck
command: postgrest-docs-spellcheck
linkcheck:
docker:
- image: nixos/nix:2.3
steps:
- checkout
- run:
name: Install linkcheck script
command: nix-env -f default.nix -iA linkcheck
- run:
name: Run linkcheck
command: postgrest-docs-linkcheck
workflows:
check:
jobs: