From aa38221fc16d04eb5e8e82e3659e62b6d7d1340d Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 4 Apr 2021 16:06:45 +0200 Subject: [PATCH] Add linkcheck to CI --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d7162fb6..0cf4e8783 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: