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 bec55ef commit db6d2deCopy full SHA for db6d2de
.github/workflows/format.yaml
@@ -1,6 +1,6 @@
1
name: Format
2
3
-on:
+on:
4
push:
5
branches:
6
- master
@@ -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
name: Nix
@@ -17,7 +17,7 @@ jobs:
19
20
21
22
23
- run: nix-shell --run "cabal update && cabal build all"
0 commit comments