chore: Added codeclimate version

This commit is contained in:
kvanzuijlen 2024-01-27 10:11:09 +01:00
parent 6374ad1d31
commit 47388f4b62
No known key found for this signature in database
GPG Key ID: 3BD884D2AE99AD59
1 changed files with 3 additions and 1 deletions

View File

@ -31,9 +31,11 @@ jobs:
env:
# renovate: datasource=github-tags depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION: v1.55.2
# renovate: datasource=github-tags depName=codeclimate/test-reporter
CODECLIMATE_VERSION: v0.11.1
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-${CODECLIMATE_VERSION}-linux-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
- name: Verify Code Generation