Skip to content

Commit

Permalink
Add fourmolu to the nix devshell
Browse files Browse the repository at this point in the history
Use that in the CI
  • Loading branch information
andreabedini committed Sep 14, 2023
1 parent cc61062 commit c11fe72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: haskell-actions/run-fourmolu@v9
with:
version: "0.14.0.0"
- uses: cachix/install-nix-action@v22
- run: nix develop --command fourmolu -m check .
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
cabal = "latest";
hlint = "latest";
haskell-language-server = "latest";
fourmolu = "0.14.0.0";
};
};

Expand Down

0 comments on commit c11fe72

Please sign in to comment.