From f22e98d1d18a5b347afc5399e76ae53872049f0e Mon Sep 17 00:00:00 2001 From: Thanatat Tamtan Date: Sat, 10 Jun 2023 18:13:28 +0700 Subject: [PATCH] ci: add lint timeout limit --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1d410d2..ed00c93 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,6 +8,7 @@ jobs: lint: name: lint runs-on: ubuntu-latest + timeout-minutes: 5 strategy: matrix: go: ['1.20']