tvl-depot/users/grfn/xanthous/.github/workflows/haskell.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
243 B
YAML
Raw Normal View History

2019-09-25 20:27:44 +02:00
name: Haskell CI
on: [push]
jobs:
build:
2019-09-29 17:10:28 +02:00
2019-09-25 20:27:44 +02:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
2019-09-29 17:10:28 +02:00
- name: Nix Build
with:
args: default.nix --arg failOnWarnings true
2019-09-29 17:10:28 +02:00
uses: ./.github/actions/nix-build