Skip to content

Test with GHC 9.6.6 and 9.8.2 #141

Test with GHC 9.6.6 and 9.8.2

Test with GHC 9.6.6 and 9.8.2 #141

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: rwe/actions-hlint-setup@v1
with:
version: '3.5'
- uses: rwe/actions-hlint-run@v2
with:
path: '["src/"]'
fail-on: status