Download schema for linter
This commit is contained in:
parent
92ef2080d0
commit
043584dcf0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/push.yaml
vendored
3
.github/workflows/push.yaml
vendored
|
@ -38,6 +38,9 @@ jobs:
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Download GQL schema
|
||||||
|
run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql"
|
||||||
|
|
||||||
- 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