This commit is contained in:
Nugine
2024-10-11 23:19:24 +08:00
parent fd3d742d71
commit eae5b68f52

View File

@@ -88,7 +88,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: cargo fmt
run: cargo fmt --all
run: cargo fmt --all --check
- name: cargo clippy
run: cargo clippy -- -D warnings