Explorar el Código

Merge pull request #323 from 9glenda/patch-1

Added nix Flake check to flake.yml
Christina Sørensen hace 2 años
padre
commit
b98b3a1cbb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/flake.yml

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

@@ -13,5 +13,5 @@ jobs:
         uses: DeterminateSystems/flake-checker-action@v5 # This action
       - name: Install Nix
         uses: DeterminateSystems/nix-installer-action@v4
-      - name: Build default package
-        run: nix build
+      - name: Nix Flake Check
+        run: nix flake check --all-systems