We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053d05f commit ea796dfCopy full SHA for ea796df
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: golangci/golangci-lint-action@v3
21
with:
22
version: latest
23
- args: --timeout=300
+ args: --timeout=300s
24
25
test:
26
name: Test
0 commit comments