Skip to content

Commit

Permalink
Fix version of Google Java Format used in CI (#3797)
Browse files Browse the repository at this point in the history
This workflow was using an incorrect syntax for the pinned version of
google-java-format; adding the `v` prefix allows it to correctly find
the required release.

---------

Co-authored-by: Dwight Guth <[email protected]>
  • Loading branch information
Baltoli and Dwight Guth authored Nov 9, 2023
1 parent 426c62e commit c0ec589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: 'Check code is formatted correctly'
uses: axel-op/googlejavaformat-action@v3
with:
version: 1.18.1
version: v1.18.1
args: "--dry-run --set-exit-if-changed"

nix-maven:
Expand Down

0 comments on commit c0ec589

Please sign in to comment.