Skip to content

Commit 5ad7c98

Browse files
committed
fix(ci): Increase timeout for golangci lint action
Ref: golangci/golangci-lint-action#297
1 parent b7b3f4b commit 5ad7c98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/backend-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
version: v1.54
3131
working-directory: ./backend
32+
args: --timeout=5m --verbose
3233

3334
build:
3435
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)