diff options
author | TymanWasTaken <tyman@tyman.tech> | 2021-07-08 12:25:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 12:25:31 -0400 |
commit | 49c5ea3d6fe21a2490432d4fca2364c2242c2d6b (patch) | |
tree | 305d55702d4241980d1447f36972175257622108 | |
parent | b416301ae23c4c1d0f528b30e0ed28a3bfe4aabb (diff) | |
download | SkyblockHud-Death-Defied-49c5ea3d6fe21a2490432d4fca2364c2242c2d6b.tar.gz SkyblockHud-Death-Defied-49c5ea3d6fe21a2490432d4fca2364c2242c2d6b.tar.bz2 SkyblockHud-Death-Defied-49c5ea3d6fe21a2490432d4fca2364c2242c2d6b.zip |
Testing formatting more than just java files
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |