From 49c5ea3d6fe21a2490432d4fca2364c2242c2d6b Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Thu, 8 Jul 2021 12:25:31 -0400 Subject: Testing formatting more than just java files --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 916c6be..216be62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: - name: Prettify the Java Code uses: lwerner-lshigh/prettier_action_java@v1.1.1 with: - prettier_options: '--no-semi --write *.java' + prettier_options: '--write .' branch: ${{ github.head_ref }} dry: ${{ github.event_name != 'push' }} env: -- cgit