mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-14 02:59:55 +00:00
More timeout in linting
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
# golangci-lint manually in the `Run lint` step.
|
||||
- uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
args: --timeout 10m
|
||||
args: --timeout 5m
|
||||
|
||||
# Setup Go
|
||||
- name: Setup Go
|
||||
@@ -37,3 +37,5 @@ jobs:
|
||||
|
||||
- name: Run lint
|
||||
run: make lint
|
||||
with:
|
||||
args: --timeout 10m
|
||||
|
Reference in New Issue
Block a user