From 2b94959e59c534e4ba549f6f32acf21e52072c06 Mon Sep 17 00:00:00 2001 From: franklin Date: Mon, 20 Feb 2023 11:17:55 +0100 Subject: [PATCH] chore: remove matrix --- .github/workflows/pull-requests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 2796b4d..af48aa2 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -20,9 +20,6 @@ env: jobs: lint: runs-on: ubuntu-latest - strategy: - matrix: - path: [".", "./example"] steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 @@ -30,10 +27,10 @@ jobs: cache: true check-latest: true go-version-file: 'go.mod' + - uses: golangci/golangci-lint-action@v3 - uses: golangci/golangci-lint-action@v3 with: - skip-pkg-cache: true - working-directory: ${{ matrix.path }} + working-directory: example test: runs-on: ubuntu-latest steps: