Skip to content

Commit 81f70a8

Browse files
committed
ci: generate GraphQL code before linting
1 parent 7d25d09 commit 81f70a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
go mod download
2626
go install mvdan.cc/gofumpt@latest
2727
28+
- name: Generate GraphQL code
29+
run: go generate .
30+
2831
- name: Lint with golangci-lint
2932
uses: golangci/golangci-lint-action@v8
3033
with:

0 commit comments

Comments
 (0)