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
GHC 9.8 compat: pacify -Wx-partial
[cabal.git]
/
.github
/
workflows
/
format.yml
blob
84e639e7d1c71f648a88f1ea2edde7026c83695a
1
name: Formatting
2
3
on:
4
pull_request:
5
push:
6
branches: ["master"]
7
8
jobs:
9
fourmolu:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- uses: haskell-actions/run-fourmolu@v9
14
with:
15
version: "0.12.0.0"
16
pattern: |
17
Cabal/**/*.hs
18
Cabal-syntax/**/*.hs
19
cabal-install/**/*.hs