mirror of
https://github.com/juanfont/headscale.git
synced 2025-02-01 00:20:14 +01:00
More timeout in linting
This commit is contained in:
parent
31cc61478f
commit
eae1b6a3de
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.
|
# golangci-lint manually in the `Run lint` step.
|
||||||
- uses: golangci/golangci-lint-action@v2
|
- uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
args: --timeout 10m
|
args: --timeout 5m
|
||||||
|
|
||||||
# Setup Go
|
# Setup Go
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
@ -37,3 +37,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: make lint
|
run: make lint
|
||||||
|
with:
|
||||||
|
args: --timeout 10m
|
||||||
|
Loading…
Reference in New Issue
Block a user