Remove CodeClimate
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -80,12 +80,6 @@ jobs:
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
- name: Send coverage to CodeClimate
|
||||
uses: paambaati/codeclimate-action@v3.2.0
|
||||
continue-on-error: true
|
||||
if: ${{ success() || failure() }}
|
||||
env:
|
||||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
||||
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user