Skip to content

Commit 54e6e8c

Browse files
committed
add Code Climate GitHub action
1 parent 6ed1e52 commit 54e6e8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ jobs:
2323
uses: coverallsapp/github-action@v2
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
26+
- name: Code Climate
27+
uses: paambaati/[email protected]
28+
env:
29+
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE }}
30+
with:
31+
debug: true

0 commit comments

Comments
 (0)