Skip to content

Update haskell.yml

Update haskell.yml #3

Workflow file for this run

name: Haskell CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Stack
uses: mstksg/setup-stack@v2