Skip to content

Commit

Permalink
chore: set up a timeout for golinter in Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Jan 15, 2025
1 parent 2fee9f8 commit e0be016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.61
args: --verbose
args: --verbose --timeout 2m
unit:
name: Unit tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit e0be016

Please sign in to comment.