Skip to content

Commit

Permalink
chore(ci): set up a timeout for go linter
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Jan 15, 2025
1 parent a0b3ebb commit fa0fe4c
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.57.2
args: --verbose
args: --verbose --timeout 5s
unit:
name: Unit tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit fa0fe4c

Please sign in to comment.