From b44c3b465820ed064272e8b6973dc3749d67b2a0 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 12 Jun 2020 10:11:02 +0200 Subject: [PATCH] chore: fix path to action in 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c0bd68..19db4c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-20.04 steps: - - uses: action/checkout@v2 + - uses: actions/checkout@v2 - name: Lint uses: golangci/golangci-lint-action@v1