move treefmt to tests flake

this way we don't polute our consumers flake.lock with treefmt
This commit is contained in:
Jörg Thalheim
2025-07-01 19:13:17 +02:00
parent fe49c326d5
commit a7600cef40
6 changed files with 51 additions and 86 deletions

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: nix fmt .
- run: cd tests && nix fmt .. -- --fail-on-change
tests:
needs: nixfmt
runs-on: ubuntu-latest