We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ed174 commit 32e436cCopy full SHA for 32e436c
.github/workflows/lint.yml
@@ -24,9 +24,6 @@ jobs:
24
go-version-file: go.mod
25
cache: true
26
27
- - name: Go mod tidy
28
- run: go mod tidy
29
-
30
- name: Run golangci-lint
31
uses: golangci/golangci-lint-action@v8
32
with:
.github/workflows/test-e2e.yml
@@ -36,5 +36,4 @@ jobs:
36
37
- name: Run E2E tests
38
run: |
39
- go mod tidy
40
make test-e2e
.github/workflows/test.yml
@@ -21,5 +21,4 @@ jobs:
21
22
- name: Running Tests
23
make test
0 commit comments