Skip to content

latest cbits

latest cbits #28

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