Skip to content

Commit

Permalink
ci(workflow): add lint-graphql job
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Aug 25, 2023
1 parent accb297 commit aa792ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,14 @@ jobs:
- name: Lint typescript code
run: |
yarn lint
lint-graphql:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3

- uses: kamilkisiela/[email protected]
with:
name: Inspect SubQL schema
schema: "main:schema.graphql"

0 comments on commit aa792ef

Please sign in to comment.