mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
ci: run nix build in workflow
so since up until the last merged changes, this entire gh action pretty much equated to a no-op, afaict. and even now, the only thing i added in PR #272 is a formatter check only for *.nix files. i plan to add more checks soon that will be run by `nix flake check`. but as of right now, adding this is the quickest way to make sure at least something useful is done by this workflow. Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
parent
45c8cc32a3
commit
88aa61eb95
1
.github/workflows/nix-flake.yml
vendored
1
.github/workflows/nix-flake.yml
vendored
@ -19,3 +19,4 @@ jobs:
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix flake show
|
||||
- run: nix flake check --print-build-logs
|
||||
- run: nix build --print-build-logs
|
||||
|
Loading…
Reference in New Issue
Block a user