Bump nixpkgs and simplify/clean up nix setup (#1529)
* Refactor tests and fix README * fix linting hints from new hlint version * postgrest-style with new nixpkgs-fmt
This commit is contained in:
@@ -42,16 +42,18 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install linting and styling scripts
|
||||
command: nix-env -f default.nix -iA lint style
|
||||
command: nix-env -f default.nix -iA devtools
|
||||
- run:
|
||||
name: Run linter
|
||||
command: |
|
||||
echo 'Note: For checking this locally, use `make lint`. Or, if using `nix`, run `nix-shell --run postgrest-lint`'
|
||||
# Note: For checking this locally, use `make lint`. Or, if using
|
||||
# `nix`, run `nix-shell --run postgrest-lint`
|
||||
postgrest-lint
|
||||
- run:
|
||||
name: Run style check
|
||||
command: |
|
||||
echo 'Note: For checking this locally, use `make style`. Or, if using `nix`, run `nix-shell --run postgrest-style`'
|
||||
# 'Note: For checking this locally, use `make style`. Or, if using
|
||||
# `nix`, run `nix-shell --run postgrest-style`
|
||||
postgrest-style-check
|
||||
|
||||
build-test-9.4:
|
||||
|
||||
Reference in New Issue
Block a user