Modernise #9

Merged
patrick merged 5 commits from modernise into main 2025-09-08 22:59:10 +00:00
Showing only changes of commit 64aa2d6f17 - Show all commits

View File

@@ -10,7 +10,7 @@ steps:
# Lint
- nix develop --command cargo -- fmt --all -- --check
- nix develop --command cargo -- clippy -- -D warnings -W clippy::must_use_candidate
- nix develop .#ci --command nixpkgs-fmt -- --check .
- nix develop .#ci --command nixpkgs-fmt --check .
- nix develop .#ci --command markdown-link-check README.md
# Test
- nix develop --command cargo test --verbose --release