workflow: run nix flake check instead

This commit is contained in:
LavaDesu 2022-02-01 23:06:47 +07:00
parent 31bcf93498
commit 03128000f2
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,4 +1,4 @@
name: Cachix build
name: Check
on:
push:
@ -18,4 +18,4 @@ jobs:
with:
name: lava
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L .#linux-lava
- run: nix flake check