From 17e473ab455f4fbe900e7260638e009374307185 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 12 Jun 2020 10:02:59 +0200 Subject: [PATCH] chore: try to fix lint run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Héctor Hurtado --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b1e4cc..aa8bd97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,7 @@ jobs: uses: golangci/golangci-lint-action@v1 with: version: v1.27 + working-directory: kapow - name: Build run: |