From a97fb36063f121f1028a7987ae9a63a03c9c2c8f Mon Sep 17 00:00:00 2001 From: Lorenz Date: Fri, 15 Jul 2022 20:33:44 +0200 Subject: hopefully fixing auto formatting bot from github --- .github/workflows/build.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d0c2f9da..f8287a553 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,23 +39,4 @@ jobs: with: 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 - uses: actions/setup-java@v1 - with: - java-version: 1.8 - - name: Prettify the Java Code - uses: lwerner-lshigh/prettier_action_java@v1.1.1 - with: - prettier_options: "--write ." - branch: ${{ github.head_ref }} - dry: ${{ github.event_name != 'push' }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: ./gradlew --stop \ No newline at end of file -- cgit