diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-20 11:10:23 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-20 11:10:23 -0700 |
| commit | 32c5a34e81cf89a3cdd61e0fa42135e7deaa4029 (patch) | |
| tree | 25e622374ef5c9367cd3a925b25a66c166a25c7f | |
| parent | remove configuration for the VMs (diff) | |
| download | infra-32c5a34e81cf89a3cdd61e0fa42135e7deaa4029.tar.gz | |
run nix flake check on CI
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c50105e..31327ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,3 +14,5 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v16 - name: check formatting run: nix develop --command treefmt + - name: check configuration + run: nix flake check --all-systems |
