File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 with :
7575 distribution : " zulu"
7676 java-version : " 23" # Always use the latest JDK for building
77+ - name : Install dependencies
78+ run : make install
7779 - name : Run CheckStyle checks
7880 uses : nikitasavinov/checkstyle-action@0.5.1
7981 with :
Original file line number Diff line number Diff line change @@ -34,3 +34,6 @@ cassettes/
3434
3535# Coverage
3636* .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:
1717# # install-checkstyle - Install CheckStyle
1818install-checkstyle :
1919 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
2121
2222# # install - Install requirements
2323install : | install-checkstyle
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments