Skip to content

Commit

Permalink
fix: add install linter step
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Oct 18, 2023
1 parent 98fcc92 commit 8a582ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
skip-cache: true
args: --timeout=10m0s --config ../../.golangci.yml

- name: Install Linter
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${{ env.GOLANGCILINT_VER }}

- name: Test
working-directory: ./tools/check-lint-version
run: make test

0 comments on commit 8a582ab

Please sign in to comment.