mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-15 15:31:09 +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.
|
# 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
|
||||||
|
Reference in New Issue
Block a user