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
check failed
oeiuwq.com
1 year ago
359511fe
763a61f3
+3
-3
1 changed file
expand all
collapse all
unified
split
.github
workflows
test.yml
+3
-3
.github/workflows/test.yml
···
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 --override-input target path:$PWD/example
14
14
-
- run:
15
15
-
| nix flake check -L --override-input target path:$PWD/failing-example || touch did-failed
16
16
-
| test -f did-failed
14
14
+
- run: |
15
15
+
nix flake check -L --override-input target path:$PWD/failing-example || touch did-failed
16
16
+
test -f did-failed