Run generate...
This commit is contained in:
parent
043584dcf0
commit
cc663b678a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/push.yaml
vendored
3
.github/workflows/push.yaml
vendored
|
@ -41,6 +41,9 @@ jobs:
|
|||
- name: Download GQL schema
|
||||
run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql"
|
||||
|
||||
- name: Go Generate
|
||||
run: go generate -tags tools -x ./...
|
||||
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue