Skip to content

Commit

Permalink
Add prettier action
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Nov 17, 2023
1 parent 034d03f commit 504f9d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
with:
submodules: 'true'
show-progress: 'false'
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{java}
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 504f9d4

Please sign in to comment.