Skip to content

Commit

Permalink
Use spotlessCheck in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
civitaspo committed Jul 27, 2021
1 parent b3fc821 commit 19d0dcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: scalafmt with Gradle
run: ./gradlew spotlessCheck
- name: Test with Gradle
run: ./gradlew test
- name: Release Packages into Github Packages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: scalafmt with Gradle
run: ./gradlew spotlessCheck
- name: Test with Gradle
run: ./gradlew test

0 comments on commit 19d0dcb

Please sign in to comment.