Skip to content

Commit

Permalink
chore: remove code climate from CI, since it is dead and the replacem…
Browse files Browse the repository at this point in the history
…ent is not ready
  • Loading branch information
eturino committed Jan 9, 2025
1 parent 5be9713 commit d0c0213
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
node-version: 22
- run: npm install
- run: npm run check
- uses: paambaati/codeclimate-action@v9.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: npm run test
coverageLocations: |
${{github.workspace}}/coverage/lcov.info:lcov
# - uses: paambaati/codeclimate-action@v9.0.0
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
# with:
# coverageCommand: npm run test
# coverageLocations: |
# ${{github.workspace}}/coverage/lcov.info:lcov
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
id: publish
Expand Down

0 comments on commit d0c0213

Please sign in to comment.