matrei commented on PR #14925: URL: https://github.com/apache/grails-core/pull/14925#issuecomment-3223266366
OK, so if I understand you correctly, you are suggesting: `./gradlew build` = `no code style checks` `./gradlew check` = `no code style checks` Perhaps a `./gradlew codeStyle` that only runs `checkstyle*` and `codenarc*` tasks? A separate GitHub workflow for Code Style checks (that uploads the reports to its summary page). -- 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]
