Skip to content

Commit

Permalink
add code climate github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 12, 2024
1 parent fad0959 commit 9ba4012
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ jobs:
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Code Climate
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE }}
with:
debug: true

0 comments on commit 9ba4012

Please sign in to comment.