File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 uses : ./.github/actions/setup-nix
2626 with :
2727 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
28- tools : hsie style.lint.bin treefmtNix.wrapper
29- - name : Run linter (check locally with `nix-shell --run postgrest-lint`)
30- run : postgrest-lint
28+ tools : hsie treefmtNix.wrapper
3129 - name : Run treefmt
3230 run : treefmt --ci
3331 - name : Checking consistency of import aliases in Haskell code
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ rec {
142142
143143 # Development tools.
144144 devTools =
145- pkgs . callPackage nix/tools/devTools.nix { inherit tests style devCabalOptions hsie treefmtNix ; } ;
145+ pkgs . callPackage nix/tools/devTools.nix { inherit tests devCabalOptions hsie treefmtNix ; } ;
146146
147147 # Documentation tools.
148148 docs =
@@ -164,10 +164,6 @@ rec {
164164 release =
165165 pkgs . callPackage nix/tools/release.nix { } ;
166166
167- # Linting tools.
168- style =
169- pkgs . callPackage nix/tools/style.nix { inherit hsie ; } ;
170-
171167 # Scripts for running tests.
172168 tests =
173169 pkgs . callPackage nix/tools/tests.nix {
Original file line number Diff line number Diff line change 1010, hsie
1111, nix
1212, stdenv
13- , style
1413, tests
1514, treefmtNix
1615, haskellPackages
8786 ${ tests } /bin/postgrest-test-io
8887 ${ tests } /bin/postgrest-test-big-schema
8988 ${ tests } /bin/postgrest-test-replica
90- ${ style } /bin/postgrest-lint
9189 '' ;
9290
9391 dumpMinimalImports =
Load diff This file was deleted.
Original file line number Diff line number Diff line change 2323 postgrest . loadtest
2424 postgrest . nixpkgsTools
2525 postgrest . release
26- postgrest . style
2726 postgrest . tests
2827 postgrest . withTools
2928 ]
You can’t perform that action at this time.
0 commit comments