Skip to content

chore: add format auto-fix step to bump-version workflow#1353

Merged
kaizhou-lab merged 1 commit intomainfrom
zynx/chore/bump-version-add-format
Mar 17, 2026
Merged

chore: add format auto-fix step to bump-version workflow#1353
kaizhou-lab merged 1 commit intomainfrom
zynx/chore/bump-version-add-format

Conversation

@piorpua
Copy link
Copy Markdown
Contributor

@piorpua piorpua commented Mar 17, 2026

Summary

  • Add bun run format between bun run lint and bunx tsc --noEmit in Step 6 to auto-fix formatting issues before committing
  • Change git add package.json to git add -A in Step 9 to include any files reformatted by Prettier

Test plan

  • Run /bump-version and verify bun run format executes without blocking the workflow
  • Verify that any Prettier-reformatted files are included in the version bump commit
  • Confirm CI format:check passes on the resulting PR

@kaizhou-lab kaizhou-lab merged commit 40dc84b into main Mar 17, 2026
15 of 18 checks passed
@piorpua piorpua deleted the zynx/chore/bump-version-add-format branch March 17, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants