mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
ci: Add nix Flake check to flake.yml
The nix flake check Command Tests rather the nix package builds in all supported systems and checks formatting. Signed-off-by: naŭ glenda <plan9git@proton.me>
This commit is contained in:
parent
b35bcf113e
commit
fca749e04e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/flake.yml
vendored
2
.github/workflows/flake.yml
vendored
|
|
@ -15,3 +15,5 @@ jobs:
|
|||
uses: DeterminateSystems/nix-installer-action@v4
|
||||
- name: Build default package
|
||||
run: nix build
|
||||
- name: Nix Flake Check
|
||||
run: nix flake check --all-systems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue