Skip to content

add ord

add ord #94

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: Pedantic Build - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ghc: ["8.10.4"]
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.ghc }}
enable-stack: true
stack-version: 'latest'
- uses: actions/[email protected]
name: Cache ~/.stack
with:
path: ~/.stack
key: ${{ runner.os }}-${{ matrix.ghc }}-stack
- run: stack build --pedantic --system-ghc --test --bench --no-run-tests --no-run-benchmarks --haddock --no-haddock-deps