File tree 4 files changed +6
-222
lines changed
4 files changed +6
-222
lines changed Original file line number Diff line number Diff line change 74
74
with :
75
75
distribution : " zulu"
76
76
java-version : " 23" # Always use the latest JDK for building
77
+ - name : Install dependencies
78
+ run : make install
77
79
- name : Run CheckStyle checks
78
80
uses :
nikitasavinov/[email protected]
79
81
with :
Original file line number Diff line number Diff line change @@ -34,3 +34,6 @@ cassettes/
34
34
35
35
# Coverage
36
36
* .lcov
37
+
38
+ # Imported linting config
39
+ easypost_java_style.xml
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ coverage:
17
17
# # install-checkstyle - Install CheckStyle
18
18
install-checkstyle :
19
19
curl -LJs https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.3.1/checkstyle-10.3.1-all.jar -o checkstyle.jar
20
- curl -LJs https://raw.githubusercontent.com/EasyPost/easypost-java/ master/easypost_java_style.xml -o easypost_java_style.xml
20
+ curl -LJs https://raw.githubusercontent.com/EasyPost/examples/refs/heads/ master/style_guides/java /easypost_java_style.xml -o easypost_java_style.xml
21
21
22
22
# # install - Install requirements
23
23
install : | install-checkstyle
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments