Skip to content

Commit 31a0d30

Browse files
fix: lint fail workflow
1 parent f51a4c8 commit 31a0d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
uses: golangci/golangci-lint-action@v3
5858
with:
5959
version: latest
60+
args: --timeout=5m --out-format=colored-line-number
6061

6162
- name: Build
6263
run: go build -v ./cmd/server

0 commit comments

Comments
 (0)