diff options
author | TymanWasTaken <tyman@tyman.tech> | 2021-07-08 13:22:19 -0400 |
---|---|---|
committer | TymanWasTaken <tyman@tyman.tech> | 2021-07-08 13:22:19 -0400 |
commit | d1b086feb5a589f526afe2016a3b726c8271af01 (patch) | |
tree | e55ea145c036cf84f6fae19239f12bd75d8783c4 | |
parent | 6d07691410ddc8f6faf61a002f6cfda4b6810c29 (diff) | |
download | SkyblockHud-Death-Defied-d1b086feb5a589f526afe2016a3b726c8271af01.tar.gz SkyblockHud-Death-Defied-d1b086feb5a589f526afe2016a3b726c8271af01.tar.bz2 SkyblockHud-Death-Defied-d1b086feb5a589f526afe2016a3b726c8271af01.zip |
Format the workflow manually because github stupid
-rw-r--r-- | .github/workflows/build.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 421dc02..4d0c2f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,14 +3,14 @@ name: Build on: push: branches: - - '*' + - "*" paths-ignore: - - '.gitignore' + - ".gitignore" pull_request: branches: - - '*' + - "*" paths-ignore: - - '.gitignore' + - ".gitignore" workflow_dispatch: permissions: write-all jobs: @@ -40,11 +40,11 @@ jobs: path: build/libs/*.jar - name: Stop gradle daemons run: ./gradlew --stop - + Check-Formating: runs-on: ubuntu-latest name: Check Formatting - + steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 @@ -54,7 +54,7 @@ jobs: - name: Prettify the Java Code uses: lwerner-lshigh/prettier_action_java@v1.1.1 with: - prettier_options: '--write .' + prettier_options: "--write ." branch: ${{ github.head_ref }} dry: ${{ github.event_name != 'push' }} env: |