Skip to content

Commit

Permalink
chore: add the gradle tasks verGJF, checkstyleMain, and spotbugsMain …
Browse files Browse the repository at this point in the history
…to GitHub Actions
  • Loading branch information
vvatanabe committed Aug 27, 2023
1 parent 9caa672 commit a999d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Run gradle
uses: gradle/gradle-build-action@v2
with:
arguments: jacocoTestReport coveralls publishToMavenLocal
arguments: jacocoTestReport coveralls verGJF checkstyleMain spotbugsMain publishToMavenLocal
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit a999d07

Please sign in to comment.