repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10525 from 9999years/field-stanza-names
[cabal.git]
/
.github
/
workflows
/
lint.yml
blob
b16a5ef09257c160cc9bc757015f1683d67d6814
1
name: Linting
2
3
on:
4
pull_request:
5
push:
6
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