From 598856b9cadac4931465b6b35a5fcf58514e3045 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 12 Jun 2020 10:06:39 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa8bd97..a90c0fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: uses: golangci/golangci-lint-action@v1 with: version: v1.27 - working-directory: kapow + working-directory: kapow/kapow - name: Build run: |