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 5e6f19a commit 3bf1327Copy full SHA for 3bf1327
.github/workflows/format.yaml
@@ -0,0 +1,18 @@
1
+name: Format
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
+jobs:
10
+ check-formatting:
11
+ runs-on: ubuntu-latest
12
13
+ steps:
14
+ - uses: actions/checkout@v3
15
+ - uses: cachix/install-nix-action@v22
16
+ with:
17
+ nix_path: nixpkgs=channel:nixos-unstable
18
+ - run: nix-shell --run "fourmolu -m check ."
.github/workflows/nix.yaml
@@ -17,8 +17,6 @@ jobs:
steps:
19
- uses: actions/checkout@v3
20
- with:
21
- submodules: true
22
- uses: cachix/install-nix-action@v22
23
with:
24
nix_path: nixpkgs=channel:nixos-unstable
0 commit comments