Skip to content

✨ GH Actions Build for Mac, Linux, & Windows #4

✨ GH Actions Build for Mac, Linux, & Windows

✨ GH Actions Build for Mac, Linux, & Windows #4

Workflow file for this run

on: [push]
name: build
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
name: Haskell GHC ${{ matrix.ghc }} ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup Haskell
uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-no-global: true
stack-setup-ghc: true
- run: stack build
- run: stack test