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:50 +01:00
parent 4954859d68
commit 311a38193b
3 changed files with 93 additions and 93 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";