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.
master
main
1 parent c0d39ce commit c60a4c8Copy full SHA for c60a4c8
.github/workflows/validate-schema.yml
@@ -1,14 +1,13 @@
1
-name: Validate JSONs
2
-
+name: Validate JSON Schemas
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
pull_request:
8
types: [opened, synchronize, reopened]
9
workflow_dispatch:
10
11
12
jobs:
13
verify-json-validation:
14
runs-on: ubuntu-latest
@@ -17,6 +16,6 @@ jobs:
17
16
- name: Install NPM dependencies (i.e., ajv)
18
run: |
19
sudo npm install --loglevel verbose -g yargs ajv-formats@"^1.5.x" ajv-cli@"^4.0.x"
20
- - name: Run Content Unit Tests
+ - name: Validate JSON schema
21
22
bash ajv compile -c ajv-formats -s schema/v5.0/CVE_JSON_5.0.schema
0 commit comments