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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user