Skip to content

Commit

Permalink
fix(ci): remove go mod tidy in .github/golangci-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Mar 25, 2024
1 parent 54bba7c commit 1622e8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
go-version: '1.20'
check-latest: true
cache: true
- name: go mod tidy
run: |
go mod tidy
git diff --exit-code
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 1622e8e

Please sign in to comment.