Skip to content

Commit

Permalink
Disable spotbugs action
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada committed Dec 8, 2019
1 parent c1c7685 commit ae42a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
run: |
./gradlew --info checkstyle
./gradlew --info check
- name: Spotbugs
run: |
./gradlew spotbugsMain spotbugsTest
# - name: Spotbugs
# run: |
# ./gradlew spotbugsMain spotbugsTest

0 comments on commit ae42a74

Please sign in to comment.