Skip to content

Commit

Permalink
fix auto merger in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon authored Nov 22, 2024
1 parent d5992f3 commit 89d5911
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,4 @@ jobs:
java-version: '21'
cache: 'gradle'
- name: Build with Gradle
uses: gradle/[email protected]
with:
arguments: --continue spotlessCheck
run: ./gradlew --parallel --continue spotlessCheck

0 comments on commit 89d5911

Please sign in to comment.