Skip to content

Commit

Permalink
fix Checkstyle node 12 warning/error
Browse files Browse the repository at this point in the history
  • Loading branch information
LitschiW committed Jul 15, 2023
1 parent 22f8bdd commit 495b98a
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 @@ -24,7 +24,7 @@ jobs:
run: mvn checkstyle:check

- name: Create Checkstyle Report Annotations
uses: jwgmeligmeyling/checkstyle-github-action@master
uses: cmelchior/checkstyle-github-action@master
if: (success() || failure()) && (github.event.pull_request == '' || github.event.pull_request.head.repo.fork == false)
with:
name: Checkstyle Report
Expand Down

0 comments on commit 495b98a

Please sign in to comment.