Skip to content

Merge pull request #31 from kivikakk/latest #29

Merge pull request #31 from kivikakk/latest

Merge pull request #31 from kivikakk/latest #29

Workflow file for this run

on: [push, pull_request]
name: build
jobs:
haskell:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: stack build
- run: stack test