Skip to content

Commit 7073444

Browse files
committed
remove mkdir
1 parent 57bb8d0 commit 7073444

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
go-version-file: 'go.mod'
3838
- name: Lint Agent Code
3939
uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0
40-
run: mkdir -p test_results/lint-results.json
4140
with:
4241
version: "${{ env.GOLANGCI_LINT_VERSION }}"
4342
args: -c ./scripts/.golangci.yml --output.json.path > test_results/lint-results.json

0 commit comments

Comments
 (0)