about summary refs log tree commit diff
path: root/users/grfn/xanthous/.github/workflows/haskell.yml
blob: df82de3e8cafa3282561b9fc51caa4f8a9ec7786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Haskell CI

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

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