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 Sep 4, 2023
1 parent dee3a61 commit 71358a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,18 @@ jobs:
run: |
yarn subql validate
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"


lint-format:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 71358a5

Please sign in to comment.