Skip to content

Commit

Permalink
fix: install parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jul 17, 2023
1 parent 03c6f64 commit 18d4cc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}

- name: Install Prettier Java plugin
run: npm install -g prettier prettier-plugin-java

- name: Prettify code
uses: creyD/[email protected]
with:
Expand Down

0 comments on commit 18d4cc9

Please sign in to comment.