Skip to content

Commit b8a8f5b

Browse files
ci: generate before lint job
1 parent 5ccb3e9 commit b8a8f5b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/client.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- uses: actions/checkout@v4
63+
- name: Setup Go
64+
uses: actions/setup-go@v4
65+
with:
66+
go-version: "1.22"
67+
cache: true
68+
69+
- name: Run Go generators
70+
run: go generate ./.../gen
6371

6472
- name: Install golint
6573
run: go install golang.org/x/lint/golint@latest

0 commit comments

Comments
 (0)