about summary refs log blame commit diff
path: root/.github/workflows/haskell.yml
blob: e1a57d44005e3a0b455e7ed8df62b010b754d586 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11





                
 



                               



                                       
name: Haskell CI

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v1
    - name: Nix Build
      with:
        args: default.nix
      uses: ./.github/actions/nix-build