Merge pull request #10525 from 9999years/field-stanza-names
[cabal.git] / .github / workflows / lint.yml
blobb16a5ef09257c160cc9bc757015f1683d67d6814
1 name: Linting
3 on:
4   pull_request:
5   push:
7 jobs:
8   hlint:
9     runs-on: ubuntu-latest
10     steps:
11     - uses: actions/checkout@v4
12     - uses: haskell-actions/hlint-setup@v2
13       with:
14         version: "3.8"
15     - uses: haskell-actions/hlint-run@v2
16       with:
17         path: "."
18         fail-on: suggestion