Skip to content

Commit dafa7e0

Browse files
committed
feat: automate build check and auto-push after merge and format steps
1 parent 9b51b8f commit dafa7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ pr PR_NUMBER CMD:
3636

3737
# Sync a specific PR with origin/main
3838
sync-pr PR_NUM:
39-
just pr {{PR_NUM}} "git merge origin/main --no-edit && cargo fmt --check"
39+
just pr {{PR_NUM}} "git merge origin/main --no-edit && cargo fmt --check && cargo check && git push origin HEAD"

0 commit comments

Comments
 (0)