tangled
alpha
login
or
join now
oeiuwq.com
/
checkmate
0
fork
atom
A flake checker (treefmt & nix-unit) for testing other flakes with zero dependencies.
0
fork
atom
overview
issues
pulls
pipelines
Renamed runnable
oeiuwq.com
1 year ago
91206fef
61e2fcba
+1
-2
1 changed file
expand all
collapse all
unified
split
.github
workflows
test.yml
+1
-2
.github/workflows/test.yml
···
9
9
steps:
10
10
- uses: actions/checkout@v4
11
11
- uses: cachix/install-nix-action@v30
12
12
-
- run: nix run -L .#checkmate-treefmt -- --ci $PWD
13
13
-
- run: nix flake check -L
12
12
+
- run: nix run -L .#treefmt -- --ci $PWD
14
13
- run: nix flake check -L --override-input target path:$PWD/example
15
14
- run: |
16
15
nix flake check -L --override-input target path:$PWD/failing-example || touch did-failed