Skip to content

Commit 2267a2f

Browse files
authored
Remove unneeded comment in validate-schema.yml
Removed old comment about non-".json" that doesn't apply to the purpose of the code. Fixes Issue #307
1 parent c519b8f commit 2267a2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/validate-schema.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- name: Install schema2markmap NPM dependencies
2323
run: |
2424
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
2625
- name: Prepare schema for bundling
2726
run: |
2827
sed 's/file\://g' "${CVE_SCHEMA_DIR}/${CVE_SCHEMA_FILENAME}" > "${CVE_SCHEMA_DIR}/cve-schema.json"

0 commit comments

Comments
 (0)