Skip to content

Commit

Permalink
ci: try to fix codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Dec 17, 2024
1 parent 74e2586 commit 78d1611
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
- name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v9
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageLocations: coverage.txt:gocov
prefix: github.com/ccoveille/go-safecast

- name: Launch golangci-lint
uses: golangci/[email protected]
Expand Down

0 comments on commit 78d1611

Please sign in to comment.