Skip to content

Merge pull request #102 from tchoutri/support-aeson-2.2 #114

Merge pull request #102 from tchoutri/support-aeson-2.2

Merge pull request #102 from tchoutri/support-aeson-2.2 #114

Workflow file for this run

name: hlint
on:
pull_request:
push:
jobs:
build:
name: hlint-3.5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: haskell/actions/hlint-setup@v2
name: Set up HLint
with:
version: "3.5"
- uses: haskell/actions/hlint-run@v2
name: hlint
with:
path: ./
fail-on: suggestion