Skip to content

Commit

Permalink
fixed path for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
crissNb committed Jan 13, 2024
1 parent b2aa4b9 commit 6aa1a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run checkstyle
run: java -jar checkstyle.jar -c google_checkstyle.xml .
run: java -jar $CHECKSTYLE_ACTION_DIR/checkstyle.jar -c $CHECKSTYLE_ACTION_DIR/google_checkstyle.xml .

0 comments on commit 6aa1a87

Please sign in to comment.