forked from PalisadoesFoundation/talawa-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Graphql-inspector for versioning(GSoC) 2023 (PalisadoesFoundat…
…ion#1340) * v1 * v2 * v3 * v4 * v5 * packages * packages * v6 * v6 * v7 * v7 * v7 * v7 * v7 * v7 * experiment * v8 * v9 * v9 * v9 * trying somthing out * trying somthing out * v10 * v10 * v10 * v10 * delete * v11 * v11 * v12 * v12 * chsnged the pre commit hook
- Loading branch information
Showing
11 changed files
with
19,908 additions
and
1,597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: CI | ||
|
||
on: [push] | ||
|
||
jobs: | ||
test: | ||
name: Check Schema | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install dependencies | ||
run: npm ci | ||
|
||
- name: Generate schema.graphql | ||
run: npm run gen:schema | ||
|
||
- uses: kamilkisiela/graphql-inspector@master | ||
with: | ||
schema: develop:schema.graphql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,3 +111,5 @@ jobs: | |
- name: 'Run JSDocs' | ||
if: env.RUN_JSDOCS == 'True' | ||
run: echo "Run JSdocs :${{ env.RUN_JSDOCS }}" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.