Skip to content

Merge pull request #4822 from input-output-hk/mpj/strict-bindings-fro… #27

Merge pull request #4822 from input-output-hk/mpj/strict-bindings-fro…

Merge pull request #4822 from input-output-hk/mpj/strict-bindings-fro… #27

Workflow file for this run

name: HLint
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/hlint-setup@v2
with:
version: '3.4'
- uses: haskell/actions/hlint-run@v1
with:
hlint-bin: "hlint --hint=./.github/.hlint.yaml"
fail-on: status
path: .