We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bb8d0 commit 7073444Copy full SHA for 7073444
.github/workflows/ci.yml
@@ -37,7 +37,6 @@ jobs:
37
go-version-file: 'go.mod'
38
- name: Lint Agent Code
39
uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0
40
- run: mkdir -p test_results/lint-results.json
41
with:
42
version: "${{ env.GOLANGCI_LINT_VERSION }}"
43
args: -c ./scripts/.golangci.yml --output.json.path > test_results/lint-results.json
0 commit comments