Add cargo lint as alias for cargo ci lint (#4853)

# Description of Changes

Just a one-line alias as requested

# API and ABI breaking changes

None

# Expected complexity level and risk

1

# Testing

`cargo lint` properly runs `cargo ci lint`.

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
This commit is contained in:
Zeke Foppa
2026-04-21 14:19:00 -05:00
committed by GitHub
parent d5c1738c15
commit 0cbf4dc5c8
+1
View File
@@ -7,6 +7,7 @@ llm = "run --package xtask-llm-benchmark --bin llm_benchmark --"
ci = "run -p ci --"
smoketest = "ci smoketests --"
smoketests = "smoketest"
lint = "ci lint --"
[target.x86_64-pc-windows-msvc]
# Use a different linker. Otherwise, the build fails with some obscure linker error that