We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2dacf commit 5e03dfcCopy full SHA for 5e03dfc
.github/workflows/dev-check.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: golangci/golangci-lint-action@v6
25
with:
26
only-new-issues: true # Only show new issues for pull requests.
27
+ args: --timeout 2m
28
format:
29
runs-on: ubuntu-latest
30
steps:
0 commit comments