diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-20 19:24:01 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-20 19:24:01 -0700 |
| commit | 6a06c38875635799274f27172135ee3899f29481 (patch) | |
| tree | 3f960f07e5a11620d2260e08d6f98ab423851459 /.github/workflows | |
| parent | run nix flake check on CI (diff) | |
| download | infra-6a06c38875635799274f27172135ee3899f29481.tar.gz | |
don't need devShell
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31327ce..69d9e69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 - - name: check formatting - run: nix develop --command treefmt - name: check configuration run: nix flake check --all-systems |
