Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions .github/workflows/graphql-schema-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,23 @@ jobs:
test:
name: Check Schema
runs-on: ubuntu-latest

permissions:
contents: read
checks: write

steps:
- uses: actions/checkout@v6

- name: debug refs
run: |
echo "github.ref=${{ github.ref }}"
echo "github.sha=${{ github.sha }}"

git ls-remote origin ref/pull/1/merge

- uses: graphql-hive/graphql-inspector@master
with:
schema: 'develop:schema.graphql'
annotations: false
schema: 'develop:apps/backend/schema.gql'
# annotations: false

Loading
Loading