Skip to content

Commit

Permalink
Merge pull request #64 from mpgirro/50_add_api_binary_checks
Browse files Browse the repository at this point in the history
#55 — Add API binary checks
  • Loading branch information
mpgirro committed Mar 16, 2021
2 parents 506e108 + d3705d1 commit 968ecbc
Show file tree
Hide file tree
Showing 4 changed files with 1,562 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Check with Gradle
run: ./gradlew --no-daemon check jacocoTestReport coverallsJacoco
run: ./gradlew --no-daemon check detektMain jacocoTestReport coverallsJacoco
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF to Github using the upload-sarif action
Expand Down

0 comments on commit 968ecbc

Please sign in to comment.