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

Trying to correct Actions issues

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

View File

@ -19,7 +19,7 @@ jobs:
# golangci-lint manually in the `Run lint` step.
- uses: golangci/golangci-lint-action@v2
with:
args: --timeout 4m
args: --timeout 2m
# Setup Go
- name: Setup Go
@ -36,6 +36,4 @@ jobs:
sudo apt install -y make
- name: Run lint
with:
args: --timeout 4m
run: make lint