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 99a00e1 commit ed3fe00Copy full SHA for ed3fe00
.github/workflows/validate-schema.yml
@@ -21,7 +21,7 @@ jobs:
21
sudo npm install --loglevel verbose -g yargs ajv-formats@"^1.5.x" ajv-cli@"^4.0.x"
22
- name: Install schema2markmap NPM dependencies
23
run: |
24
- npm --prefix "${CVE_SCHEMA_DIR}/support/schema2markmap" install ${CVE_SCHEMA_DIR}/support/schema2markmap"
+ npm --prefix "${CVE_SCHEMA_DIR}/support/schema2markmap" install "${CVE_SCHEMA_DIR}/support/schema2markmap"
25
# Rename the schema, since AJV doesn't like non-".json" extensions
26
- name: Prepare schema for bundling
27
0 commit comments