chore: Run postgrest-style on docs files

This prevents CI from failing after the merge.
This commit is contained in:
Wolfgang Walther
2024-02-17 13:43:11 +01:00
parent 8aa8e682a2
commit 7f410f3be0
3 changed files with 90 additions and 89 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ let
docs =
import ./default.nix;
pkgs =
docs.pkgs;
inherit (docs) pkgs;
in
pkgs.mkShell {
name = "postgrest-docs";