Skip to content

Commit 7751246

Browse files
authored
[fix] Bad styleguide import link (#33)
1 parent db1fa2f commit 7751246

File tree

4 files changed

+6
-222
lines changed

4 files changed

+6
-222
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
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/[email protected]
7981
with:

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ cassettes/
3434

3535
# Coverage
3636
*.lcov
37+
38+
# Imported linting config
39+
easypost_java_style.xml

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ coverage:
1717
## install-checkstyle - Install CheckStyle
1818
install-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
2323
install: | install-checkstyle

easypost_java_style.xml

-221
This file was deleted.

0 commit comments

Comments
 (0)