We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b38afe commit 72db72dCopy full SHA for 72db72d
1 file changed
.github/workflows/haskell-ci.yml
@@ -25,6 +25,15 @@ jobs:
25
- uses: haskell-actions/run-fourmolu@v11
26
with:
27
version: "0.17.0.0"
28
+ # Keep in sync with .fourmolu-ignore and presubmit.yml. These four
29
+ # CPP-gated meta-package wrappers crash fourmolu's ghc-lib-parser.
30
+ pattern: |
31
+ **/*.hs
32
+ **/*.hs-boot
33
+ !src/DataFrame.hs
34
+ !src/DataFrame/TH.hs
35
+ !src/DataFrame/Typed.hs
36
+ !src/DataFrame/Typed/TH.hs
37
hlint:
38
runs-on: ubuntu-latest
39
steps:
0 commit comments