Skip to content

Commit 836c3c9

Browse files
fix linter workflow
1 parent 97ac76e commit 836c3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git diff --exit-code
3131
3232
- name: Go Linter
33-
run: docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v2.1.5 golangci-lint run -v -E gofmt --timeout=5m --out-format github-actions
33+
run: docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v2.1.5 golangci-lint run -v -E gofmt --timeout=5m
3434

3535
- name: Go Test
3636
run: go test -v ./...

0 commit comments

Comments
 (0)