Skip to content

Commit 3b9bef9

Browse files
committed
fix: remove mod tidy where it is not needed
Signed-off-by: SequeI <[email protected]>
1 parent b9ed174 commit 3b9bef9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
go-version-file: go.mod
2525
cache: true
2626

27-
- name: Go mod tidy
28-
run: go mod tidy
29-
3027
- name: Run golangci-lint
3128
uses: golangci/golangci-lint-action@v8
3229
with:

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121

2222
- name: Running Tests
2323
run: |
24-
go mod tidy
2524
make test

0 commit comments

Comments
 (0)