Skip to content

Merge pull request #850 from ucsd-progsys/fd/delete-cmpfun #910

Merge pull request #850 from ucsd-progsys/fd/delete-cmpfun

Merge pull request #850 from ucsd-progsys/fd/delete-cmpfun #910

Workflow file for this run

name: hlint
on:
push:
branches:
- develop
pull_request:
jobs:
build:
name: hlint-3.8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/hlint-setup@v2
name: Set up HLint
with:
version: "3.8"
- uses: haskell-actions/hlint-run@v2
name: hlint
with:
path: '["src/", "unix/", "win/"]'
fail-on: suggestion