mirror of
https://github.com/nmattia/niv.git
synced 2024-11-07 22:36:53 +03:00
Add script/fmt to GitHub CI job
This commit is contained in:
parent
7572ac8ddb
commit
b066716ced
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -15,5 +15,7 @@ jobs:
|
||||
- uses: './.github/actions/nix'
|
||||
with:
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
- name: "Check Haskell formatting"
|
||||
run: ./script/fmt -c
|
||||
- name: "Run tests"
|
||||
run: ./script/test
|
||||
|
Loading…
Reference in New Issue
Block a user