From a812006ddc31af9fff65ff4b7be9a43d7304a551 Mon Sep 17 00:00:00 2001 From: RayDeeUx Date: Sat, 20 Aug 2022 11:39:35 -0400 Subject: formatting keeps failing + jar should work anyway --- .github/workflows/build.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c443ce..6df658d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,23 +39,4 @@ jobs: with: path: build/libs/*-all.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 17 - uses: actions/setup-java@v1 - with: - java-version: 17 - - 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