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 3b9bef9Copy full SHA for 3b9bef9
.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.yml
@@ -21,5 +21,4 @@ jobs:
21
22
- name: Running Tests
23
run: |
- go mod tidy
make test
0 commit comments