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

Use a single GitHub workflow

This commit is contained in:
Nicolas Mattia 2020-07-23 16:25:30 +02:00
parent e0bfb5d007
commit 0d30bfd7b0

View File

@ -15,7 +15,5 @@ jobs:
- uses: './.github/actions/nix'
with:
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
- name: "Check Haskell formatting"
run: nix run -c "script/fmt -c"
- name: "Run tests"
run: ./script/test