1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

More timeout in linting

This commit is contained in:
Juan Font 2021-09-13 22:47:38 +02:00
parent 3095c1e150
commit 31cc61478f

View File

@ -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 2m args: --timeout 10m
# Setup Go # Setup Go
- name: Setup Go - name: Setup Go