Add postgrest-docs-dictcheck to CI

This commit is contained in:
Laurence Isla
2023-06-14 14:55:28 -05:00
committed by GitHub
parent fdf85773e7
commit 772046242e
4 changed files with 13 additions and 33 deletions
+9
View File
@@ -29,6 +29,15 @@ jobs:
- run: nix-env -f default.nix -iA spellcheck
- run: postgrest-docs-spellcheck
dictcheck:
name: Run dictcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v21
- run: nix-env -f default.nix -iA dictcheck
- run: postgrest-docs-dictcheck
linkcheck:
name: Run linkcheck
if: github.base_ref == 'main'