He-Pin opened a new pull request, #1676: URL: https://github.com/apache/pekko-connectors/pull/1676
### Motivation Re-enable the javafmt code style check that was temporarily disabled (issue #1401), now using the unified `checkCodeStyle` alias that covers scalafmt, javafmt, and header checks in one command. ### Modification - Remove the "javafmt disabled temporarily" comment from CI workflow - Add `checkCodeStyle` to the sbt command in `check-build-test.yml` - CI now runs: `sbt "checkCodeStyle; +Test/compile; +mimaReportBinaryIssues"` ### Result CI enforces consistent code style checks (scalafmt + javafmt + headers) using the unified `checkCodeStyle` alias, matching the pattern used in other pekko sub-projects. ### Tests Not run - CI config change only ### References Refs #1401 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
