Run additional checks from script/clippy if local (#29768)

Should cut down on the number of CI cycles if you're forgetful like I
am!

Release Notes:

- N/A
This commit is contained in:
Cole Miller
2025-05-01 21:26:12 -04:00
committed by GitHub
parent e1e3f2e423
commit d25da9728b
7 changed files with 20 additions and 10 deletions

View File

@@ -145,7 +145,7 @@ git push origin v${NEW_VERSION}
rm -rf extensions/$LANGNAME
sed -i '' "/extensions\/$LANGNAME/d" Cargo.toml
cargo check
git checkoout -b remove_$LANGNAME
git checkout -b remove_$LANGNAME
git add extensions/$LANGNAME
git add Cargo.toml Cargo.lock extensions/$LANGNAME
git commit -m "Migrate to $LANGNAME extension to zed-extensions/$LANGNAME"