Skip to content

Sort select messages before emitting them #933

Sort select messages before emitting them

Sort select messages before emitting them #933

Workflow file for this run

name: HLint
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
hlint:
name: HLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: 'Set up HLint'
uses: haskell-actions/hlint-setup@v2
with:
version: '3.10'
- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
with:
path: '[ "hs-bindgen/src/", "hs-bindgen/app/", "hs-bindgen/src-internal/" ]'
fail-on: suggestion