We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af48a56 commit e03a145Copy full SHA for e03a145
.github/workflows/golangci-lint.yml
@@ -27,18 +27,6 @@ jobs:
27
with:
28
go-version: '1.22'
29
30
-
31
- - name: Install dependencies
32
- run: |
33
- go mod download
34
- go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest
35
36
- - name: Generate API code
37
- run: go generate ./...
38
39
- - name: Clean module cache
40
- run: go clean -modcache
41
42
- name: golangci-lint
43
uses: golangci/golangci-lint-action@v8
44
0 commit comments