添加clippy检测的自动化工作流 (#649)

* 添加clippy检测的自动化工作流

* fmt

* 1
This commit is contained in:
LoGin
2024-03-22 23:56:30 +08:00
committed by GitHub
parent b5b571e026
commit 4e4c8c41e9
2 changed files with 8 additions and 7 deletions

View File

@ -25,7 +25,8 @@ clean:
.PHONY: fmt
fmt:
cargo fmt --all $(FMT_CHECK)
@cargo fmt --all $(FMT_CHECK)
@cargo clippy --all-features
.PHONY: check
check: ECHO