We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d403470 commit 61a3febCopy full SHA for 61a3feb
.github/workflows/lint_with_schema.yml
@@ -29,7 +29,8 @@ jobs:
29
30
- name: Install json-ref-resolver
31
run: |
32
- npm install -g --save @apidevtools/json-schema-ref-parser
+ npm install @apidevtools/json-schema-ref-parser
33
+ npm list --depth=0
34
35
# Step 4: Fetch the JSON Schema from the external GitHub repository
36
- name: Download Schema
0 commit comments