From 3095c1e15087c284ba7285f848a88044458068b1 Mon Sep 17 00:00:00 2001 From: Juan Font Date: Mon, 13 Sep 2021 22:45:31 +0200 Subject: [PATCH] Trying to correct Actions issues --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d1c21f72..98dbc464 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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