Skip to content

Commit

Permalink
increased the timeout of the linting job
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Sep 7, 2023
1 parent eaee6b0 commit 2635c0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
with:
version: v1.54
working-directory: server
args: --timeout=30m
- name: golangci-lint-client
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
working-directory: client
args: --timeout=30m

0 comments on commit 2635c0e

Please sign in to comment.