diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 48ce3f3..479b92a 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -38,6 +38,9 @@ jobs: - name: Check out code into the Go module directory 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 uses: golangci/golangci-lint-action@v2 with: