1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Add script/fmt to GitHub CI job

This commit is contained in:
Ben Sima 2020-07-08 12:02:29 -07:00 committed by Nicolas Mattia
parent 7572ac8ddb
commit b066716ced

View File

@ -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