Skip to content

Commit

Permalink
Add graphql inspector ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Aug 5, 2021
1 parent 0ac713b commit 04bac7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
- name: Validate GraphQL operations
run: yarn validate

- name: Check schema
uses: kamilkisiela/[email protected]
with:
schema: 'main:api/**/*.graphql'

- name: Build
run: yarn build

Expand Down

0 comments on commit 04bac7f

Please sign in to comment.