From 44b10bda6ce4ce0b46d92e9d2c507a7ae4ae923c Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Fri, 6 Jan 2023 16:27:40 +0100 Subject: [PATCH] ci: increase golangci-lint-action timeout (#8) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e20ae1a3..466663f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: - uses: golangci/golangci-lint-action@0ad9a0988b3973e851ab0a07adf248ec2e100376 # v3.3.1 with: version: v1.50.1 + args: --timeout 5m yaml-lint: runs-on: ubuntu-latest steps: