From b91a5ac998419a120f56cf73abe86a63fa5ada83 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 12 Jun 2020 10:09:51 +0200 Subject: [PATCH] chore: add missing actions/checkout to workflow 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a90c0fc..8c0bd68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,11 +7,12 @@ jobs: build: runs-on: ubuntu-20.04 steps: + - uses: action/checkout@v2 + - name: Lint uses: golangci/golangci-lint-action@v1 with: version: v1.27 - working-directory: kapow/kapow - name: Build run: |