mirror of
https://github.com/nmattia/niv.git
synced 2024-11-07 22:36:53 +03:00
ci: run script/fmt in the nix environment
This commit is contained in:
parent
b066716ced
commit
b0e3ca55a9
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -16,6 +16,6 @@ jobs:
|
||||
with:
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
- name: "Check Haskell formatting"
|
||||
run: ./script/fmt -c
|
||||
run: nix run -c "script/fmt -c"
|
||||
- name: "Run tests"
|
||||
run: ./script/test
|
||||
|
Loading…
Reference in New Issue
Block a user