Skip to content

Explain the purpose of Liquid.GHC.API #597

Explain the purpose of Liquid.GHC.API

Explain the purpose of Liquid.GHC.API #597

Workflow file for this run

name: hlint
on:
pull_request:
push:
jobs:
build:
name: hlint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: haskell/actions/hlint-setup@v2
name: Set up HLint
with:
version: "3.4"
- uses: haskell/actions/hlint-run@v2
name: hlint
with:
path: '["liquidhaskell-boot/src/", "liquidhaskell-boot/src-ghc/"]'
fail-on: suggestion