From 504f9d4b64b79f67c09404e34509a40d742f058d Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 17 Nov 2023 14:03:28 +0100 Subject: [PATCH] Add prettier action --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4e81d87e865..570be2d06ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,10 @@ jobs: with: submodules: 'true' show-progress: 'false' + - name: Prettify code + uses: creyD/prettier_action@v4.3 + with: + prettier_options: --write **/*.{java} - name: Set up JDK uses: actions/setup-java@v3 with: