Commit 4e99205
Update JDK 17 build step to include spotless check (#5486)
* Update JDK 17 build step to include spotless check
as msg
* Modify build.yml to include code style check
Updated build workflow to run code style checks for JDK 17.
* Remove formatting step from PR checklist
Removed the requirement to run 'mvn spotless:apply' for formatting.
* Create separate workflow file for code style check (#5491)
* Initial plan
* Separate code style check into independent job
Co-authored-by: spaceluke <[email protected]>
* Add explicit permissions to code-style-check job
Co-authored-by: spaceluke <[email protected]>
* Move code style check to separate workflow file
Co-authored-by: spaceluke <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: spaceluke <[email protected]>
* Update copyright year in code-style-check.yml
---------
Co-authored-by: Copilot <[email protected]>1 parent d683dad commit 4e99205
File tree
2 files changed
+46
-0
lines changed- .github
- workflows
2 files changed
+46
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments