From 18967282633144120abcf75a3dacc110543cc00c Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Fri, 17 Mar 2023 06:33:48 +0100 Subject: [PATCH] change: add increased timeout to linting step in CI --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 225544f4..ff09e614 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: run: make ci-setup # Code Check - name: Run Static Analysis - run: make lint + run: make ci-lint # Tests - name: Run Go Tests run: make test