Skip to content

Use haskell-ci for CI setup. #27

Use haskell-ci for CI setup.

Use haskell-ci for CI setup. #27

Workflow file for this run

on: [push]
name: build
jobs:
runhaskell:
name: stack test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
with:
enable-stack: true
- uses: actions/cache@v3
name: Caching
with:
path: |
~/.cabal/store
dist-newstyle
.stack-work
key: ${{ runner.os }}
- run: stack test