native-build-tools icon indicating copy to clipboard operation
native-build-tools copied to clipboard

Checkstyle task is not running in the GitHub actions

Open dnestoro opened this issue 3 months ago • 0 comments

Describe the bug Locally ./gradlew :utils:checkstyleMain reported some style issues in few files. However, there was no CI failure that would notify us of the style problems on the PR.

Expected behavior There should be CI check that will give us the same information we would get when using ./gradlew :utils:checkstyleMain (and probably style check for other components as well)

dnestoro avatar Sep 24 '25 09:09 dnestoro