Fail the CI if workspace lints are not enabled

This commit is contained in:
Ruihan Li
2025-04-30 20:54:24 +08:00
committed by Tate, Hongliang Tian
parent 725a46fe72
commit f720c05706
2 changed files with 26 additions and 2 deletions

View File

@ -3,8 +3,13 @@ name = "systree"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "2.5"
ostd = { path = "../../../ostd" }
component = { path = "../../libs/comp-sys/component" }
spin = "0.9"
[lints]
workspace = true