From 214904ad232624e8003652f133bc917f0b2f49ca Mon Sep 17 00:00:00 2001 From: Jules P Date: Tue, 28 May 2024 22:58:17 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20533e6..940b6e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,10 +30,7 @@ jobs: ${{ runner.os }}-gradle- - name: Make Gradle executable run: chmod +x ./gradlew - - - name: Spotless - run: ./gradlew spotlessCheck --stacktrace - + - name: Lint run: ./gradlew lint --build-cache --stacktrace --warning-mode all --stacktrace