Skip to content

Commit c60a4c8

Browse files
Adjusting workflow descriptions/labels. Changed target branch to master instead of main.
1 parent c0d39ce commit c60a4c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
name: Validate JSONs
2-
1+
name: Validate JSON Schemas
32
on:
43
push:
54
branches:
6-
- main
5+
- master
76
pull_request:
87
types: [opened, synchronize, reopened]
98
workflow_dispatch:
109
branches:
11-
- main
10+
- master
1211
jobs:
1312
verify-json-validation:
1413
runs-on: ubuntu-latest
@@ -17,6 +16,6 @@ jobs:
1716
- name: Install NPM dependencies (i.e., ajv)
1817
run: |
1918
sudo npm install --loglevel verbose -g yargs ajv-formats@"^1.5.x" ajv-cli@"^4.0.x"
20-
- name: Run Content Unit Tests
19+
- name: Validate JSON schema
2120
run: |
2221
bash ajv compile -c ajv-formats -s schema/v5.0/CVE_JSON_5.0.schema

0 commit comments

Comments
 (0)