This commit is contained in:
Nugine
2024-10-11 23:19:24 +08:00
parent fd3d742d71
commit eae5b68f52
+1 -1
View File
@@ -88,7 +88,7 @@ jobs:
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- name: cargo fmt - name: cargo fmt
run: cargo fmt --all run: cargo fmt --all --check
- name: cargo clippy - name: cargo clippy
run: cargo clippy -- -D warnings run: cargo clippy -- -D warnings