diff options
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 21 |
1 files changed, 1 insertions, 20 deletions
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 |