Skip to content

Commit

Permalink
.github: set timeout=8m for lint
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Fu <[email protected]>
  • Loading branch information
fuweid committed Jan 3, 2024
1 parent 2c93ca6 commit 1120890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --config .golangci.yml
args: --config .golangci.yml --timeout=8m

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1120890

Please sign in to comment.