Skip to content

Commit 4f4cc73

Browse files
committed
ci: run nix flake check instead of nix build
Signed-off-by: Gwenn Le Bihan <[email protected]>
1 parent 94223f7 commit 4f4cc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: cachix/install-nix-action@v30
11-
- run: nix build -L
11+
- run: nix flake check -L
1212
- name: Check if there are changes
1313
uses: NathanielHill/[email protected]

0 commit comments

Comments
 (0)