From eaa131d62ccfabb7143f767c22819fc140a43570 Mon Sep 17 00:00:00 2001 From: Leigh MacDonald Date: Wed, 15 Mar 2023 01:42:54 -0600 Subject: [PATCH] Update makefile target name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37df8e8..40a4e34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: run: make check_deps - name: Lint golangci-lint - run: make link_golangci + run: make lint_golangci - name: Lint vet run: make lint_vet @@ -38,7 +38,7 @@ jobs: run: make lint_golint - name: Lint static - run: make link_golangci + run: make static test: runs-on: ubuntu-latest