-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Arctic-1293][Imporvement][CI]: Run code style check first when run github ci actions. #1326
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #1326 +/- ##
=========================================
Coverage 43.82% 43.82%
Complexity 539 539
=========================================
Files 46 46
Lines 4276 4276
Branches 502 502
=========================================
Hits 1874 1874
Misses 2206 2206
Partials 196 196
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
I find that Somebody meet the same problems. scalastyle/scalastyle-maven-plugin#26 There two solutions:
What should we do? @zhoujinsong CC |
Why are the changes needed?
fix #1293 Run codestyle check first when run github ci actions to fast failed actions.
Brief change log
mvn validate
step beforemvn install
-Dcheckstyle.skip
duringmvn install