We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3be62 commit 35a8a3dCopy full SHA for 35a8a3d
.github/workflows/fourmolu.yml
@@ -16,12 +16,6 @@ jobs:
16
17
- uses: haskell-actions/run-fourmolu@v9
18
with:
19
- # Use fourmolu-0.13.0.0. If you don't specify this, then the latest
20
- # release of fourmolu will be used.
21
version: "0.17.0.0"
22
-
23
- # Don't follow symbolic links to .hs files.
24
follow-symbolic-links: false
25
26
- # Change to the ./my-haskell-code/ directory before running this action.
27
working-directory: "./compiler"
0 commit comments