Skip to content

Commit 7f4955f

Browse files
committed
chore: enhance CI workflow for rust 🚀
- Prevent clippy warnings by denying them - Check for formatting issues with cargo fmt
1 parent 1936f33 commit 7f4955f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# File Created: 2025-03-05 11:10:40
1010
#
1111
# Modified By: mingcheng ([email protected])
12-
# Last Modified: 2025-03-18 11:55:35
12+
# Last Modified: 2025-03-18 11:56:05
1313
##
1414

1515
name: Cargo Build & Test

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* File Created: 2025-03-01 17:17:30
1010
*
1111
* Modified By: mingcheng ([email protected])
12-
* Last Modified: 2025-03-18 11:55:52
12+
* Last Modified: 2025-03-18 11:56:08
1313
*/
1414

1515
use aigitcommit::cli::Cli;

0 commit comments

Comments
 (0)