Skip to content

remove all demeter stuff, move stm-fsifo to top level #2

remove all demeter stuff, move stm-fsifo to top level

remove all demeter stuff, move stm-fsifo to top level #2

Workflow file for this run

name: "CI"
on:
pull_request:
push:
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- compiler: ghc8107
- compiler: ghc902
- compiler: ghc924
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v15
- run: nix -L build ".#checks.x86_64-linux.$GHCVER"
env:
GHCVER: ${{ matrix.compiler }}