Skip to content

Add Grisette.Unified #794

Add Grisette.Unified

Add Grisette.Unified #794

Workflow file for this run

name: HLint
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Set up HLint'
uses: haskell/actions/hlint-setup@v2
- name: 'Run HLint'
uses: haskell/actions/hlint-run@v2
with:
fail-on:
warning