Skip to content

Commit

Permalink
make lint-go
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Nov 21, 2023
1 parent 4ef8ee3 commit 96150b5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,4 @@ jobs:
- name: Test
run: make test
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
install-mode: goinstall
skip-pkg-cache: true
only-new-issues: false
args: >
--modules-download-mode=readonly
--timeout=3m0s
./tools/...
run: make lint-go

0 comments on commit 96150b5

Please sign in to comment.