Skip to content

chore: Add HLint CI action and apply hints #1

chore: Add HLint CI action and apply hints

chore: Add HLint CI action and apply hints #1

Workflow file for this run

name: lint
on:
pull_request: []
jobs:
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Setup HLint'
uses: haskell-actions/hlint-setup@v2
- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
with:
path: brat/
fail-on: warning