Run generate...

This commit is contained in:
Vilsol 2022-04-14 04:38:52 +03:00
parent 043584dcf0
commit cc663b678a

View file

@ -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: