Skip to content

Commit

Permalink
Remove spotlessCheck step from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fishy committed Aug 14, 2024
1 parent a1a1481 commit 384cdeb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@ jobs:
sudo ln -s /usr/local/gradle/bin/gradle /usr/local/bin
gradle --version
- name: Run spotlessCheck for Java
run: |
cd lib/java
gradle spotlessCheck
- name: Run ktfmtCheck for Kotlin
run: |
cd lib/kotlin
Expand Down

0 comments on commit 384cdeb

Please sign in to comment.