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
|
- name: Download GQL schema
|
||||||
run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql"
|
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
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue