1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-16 01:47:08 +03:00

ci: run script/fmt in the nix environment

This commit is contained in:
Ben Sima 2020-07-08 13:25:05 -07:00 committed by Nicolas Mattia
parent b066716ced
commit b0e3ca55a9

View File

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