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 1b3abde commit 8fb82e7Copy full SHA for 8fb82e7
.github/workflows/validate-schema.yml
@@ -18,4 +18,4 @@ jobs:
18
sudo npm install --loglevel verbose -g yargs ajv-formats@"^1.5.x" ajv-cli@"^4.0.x"
19
- name: Validate JSON schema
20
run: |
21
- bash ajv compile -c ajv-formats -s schema/v5.0/CVE_JSON_5.0.schema
+ ajv compile -c ajv-formats -s schema/v5.0/CVE_JSON_5.0.schema
0 commit comments