Skip to content

Commit e03a145

Browse files
committed
revert: don't run code gen in lint CI action
1 parent af48a56 commit e03a145

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@ jobs:
2727
with:
2828
go-version: '1.22'
2929

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-
4230
- name: golangci-lint
4331
uses: golangci/golangci-lint-action@v8
4432
with:

0 commit comments

Comments
 (0)