Skip to content

Merge pull request #163 from placidex/ghc-9.6.2 #294

Merge pull request #163 from placidex/ghc-9.6.2

Merge pull request #163 from placidex/ghc-9.6.2 #294

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
- "releases/*"
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Set up HLint"
uses: rwe/actions-hlint-setup@v1
with:
version: "3.6.1"
- name: "Run HLint"
uses: rwe/actions-hlint-run@v2
with:
path: '["lib/", "src/", "tests/"]'
fail-on: warning