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:21 +01:00
parent c1c45060ba
commit 68d83f7463
5 changed files with 89 additions and 91 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";