Skip to content

Commit

Permalink
Update makefile target name
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Mar 15, 2023
1 parent 6ad6c4d commit eaa131d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -38,7 +38,7 @@ jobs:
run: make lint_golint

- name: Lint static
run: make link_golangci
run: make static

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eaa131d

Please sign in to comment.