From 2360246faa881f02b1558ad06f4352e1f7ffcd00 Mon Sep 17 00:00:00 2001 From: Maximiliano Osorio Date: Mon, 17 Jul 2023 16:38:01 -0400 Subject: [PATCH] fix: test --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index bcdaa5ac..2806dba7 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -22,5 +22,5 @@ jobs: uses: creyD/prettier_action@v4.3 with: # This part is also where you can pass other options, for example: - prettier_options: --write **/**/*.java prettier_plugins: prettier-plugin-java + prettier_options: --write **/**/*.java