Skip to content

Commit

Permalink
install golangci-lint directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Sep 20, 2024
1 parent 73fa47b commit 79b7fcf
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/taiko-client--test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@ jobs:
go-version: 1.21
cache: true

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
- name: Install golangci-lint
run: go install -v github.com/golangci/golangci-lint/cmd/[email protected]

- name: Lint
working-directory: packages/taiko-client
run: |
cd packages/taiko-client
golangci-lint run --path-prefix=./ --config=.golangci.yml
run: golangci-lint run --path-prefix=./ --config=.golangci.yml

integration_tests:
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 79b7fcf

Please sign in to comment.