mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user