Skip to content

Commit

Permalink
spotless back in test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Nov 5, 2024
1 parent 2897c01 commit 2207df8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,11 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Check Code Formatting
run: ./gradlew spotlessCheck

- name: Build Project
run: ./gradlew --refresh-dependencies clean assemble

- name: Run Tests
run: ./gradlew pmdMain pmdTest reportScoverage checkScoverage
run: ./gradlew spotlessCheck pmdMain pmdTest reportScoverage checkScoverage

- name: Build Scala-Docs
run: ./gradlew scaladoc
Expand Down

0 comments on commit 2207df8

Please sign in to comment.