Add linkcheck to CI
This commit is contained in:
committed by
Wolfgang Walther
parent
92395eae8a
commit
aa38221fc1
@@ -25,6 +25,18 @@ jobs:
|
|||||||
name: Run spellcheck
|
name: Run spellcheck
|
||||||
command: postgrest-docs-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:
|
workflows:
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user