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 8f8f023 commit db3ffceCopy full SHA for db3ffce
.github/workflows/format.yaml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v3
15
- - uses: cachix/install-nix-action@v22
+ - uses: cachix/install-nix-action@v31
16
with:
17
nix_path: nixpkgs=channel:nixos-unstable
18
- run: nix-shell --run "fourmolu -m check ."
.github/workflows/nix.yaml
@@ -17,7 +17,7 @@ jobs:
19
20
21
22
23
- run: nix-shell --run "cabal update && cabal build all"
0 commit comments