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 cc61062 commit c11fe72Copy full SHA for c11fe72
.github/workflows/formatting.yaml renamed to .github/workflows/format.yaml
@@ -10,7 +10,5 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v4
13
-
14
- - uses: haskell-actions/run-fourmolu@v9
15
- with:
16
- version: "0.14.0.0"
+ - uses: cachix/install-nix-action@v22
+ - run: nix develop --command fourmolu -m check .
flake.nix
@@ -37,6 +37,7 @@
37
cabal = "latest";
38
hlint = "latest";
39
haskell-language-server = "latest";
40
+ fourmolu = "0.14.0.0";
41
};
42
43
0 commit comments