Skip to content

Commit

Permalink
Increase linter timeouts. (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Mar 22, 2021
1 parent e7466bf commit f40cca8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.32.2
args: -p bugs -p unused
args: -p bugs -p unused --timeout=3m

- name: Build and push Docker image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.32.2
args: -p bugs -p unused
args: -p bugs -p unused --timeout=3m

- name: Build Docker image
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.32.2
args: -p bugs -p unused
args: -p bugs -p unused --timeout=3m

- name: Build and push Docker image
run: |
Expand Down

0 comments on commit f40cca8

Please sign in to comment.