Skip to content

Commit

Permalink
Remove redundant spotlessCheck arg
Browse files Browse the repository at this point in the history
The build task should depend on spotlessCheck anyway.
  • Loading branch information
Alexander01998 authored Oct 17, 2024
1 parent 9ff92c9 commit 0d2564c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
if: ${{ github.event_name == 'push' }}
uses: gradle/actions/dependency-submission@v4

- name: Execute Gradle build
run: ./gradlew spotlessCheck build --stacktrace --warning-mode=fail
- name: Run tests and build
run: ./gradlew build --stacktrace --warning-mode=fail

- name: VirusTotal scan
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 0d2564c

Please sign in to comment.