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
Fix issue/PR templates (#9117)
[cabal.git]
/
.github
/
workflows
/
lint.yml
blob
8eea2ece61b16306712dda3eaa257687f5440be9
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@v3
12
- uses: haskell/actions/hlint-setup@v2
13
with:
14
version: "3.5"
15
- uses: haskell/actions/hlint-run@v2
16
with:
17
path: "."
18
fail-on: suggestion