ci: use --check for nix fmt

otherwise the ci job does not fail

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-03-08 14:24:13 +01:00
parent 25e0a373da
commit 7a427b68c7
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -39,7 +39,7 @@ jobs:
name: nixsgx
extraPullNames: vault-auth-tee
- run: nix fmt
- run: nix fmt . -- --check
clippy:
runs-on: ubuntu-latest