Merge pull request #43 from matter-labs/nix_fmt_check

ci: use `--check` for nix fmt
This commit is contained in:
Harald Hoyer 2024-03-08 15:48:04 +01:00 committed by GitHub
commit 932da33810
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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