Skip to content

Use newer GH action

Use newer GH action #2

Workflow file for this run

on: [push]
name: build
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/setup@v2
with:
enable-stack: true
- run: stack build