alejandra (#9)

* alejandra
* update GH workflow
This commit is contained in:
Jens K.
2024-12-04 13:41:09 +01:00
committed by GitHub
parent 634884d483
commit 6e6217bd21
3 changed files with 76 additions and 59 deletions

View File

@@ -17,8 +17,8 @@ jobs:
run: nix develop --command cargo fmt --all -- --check
- name: Run clippy
run: nix develop --command cargo clippy -- -D warnings
- name: Run tests
run: nix develop --command cargo test
- name: Run alejandra
run: nix develop --command alejandra --check flake.nix
test:
runs-on: ubuntu-latest