Initial formatting

This commit is contained in:
Chris Patterson
2019-08-06 16:37:30 -07:00
parent 370a75f2d0
commit b13ec89084
28 changed files with 85 additions and 183 deletions
+4 -8
View File
@@ -1,23 +1,19 @@
name: Haskell CI
on: [push]
name: Haskell
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install dependencies
run: cabal install --only-dependencies --enable-tests
- name: Build
run: |
cabal configure --enable-tests
cabal build
- name: Run tests
run: cabal test