Explorar o código

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>
naŭ glenda %!s(int64=2) %!d(string=hai) anos
pai
achega
fca749e04e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .github/workflows/flake.yml

+ 2 - 0
.github/workflows/flake.yml

@@ -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