workflow: run nix flake check instead
This commit is contained in:
parent
31bcf93498
commit
03128000f2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cachix.yml
vendored
4
.github/workflows/cachix.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Cachix build
|
name: Check
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -18,4 +18,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: lava
|
name: lava
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: nix build -L .#linux-lava
|
- run: nix flake check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue