Skip to content

Commit 8fb82e7

Browse files
removed bash from ajv command
1 parent 1b3abde commit 8fb82e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
sudo npm install --loglevel verbose -g yargs ajv-formats@"^1.5.x" ajv-cli@"^4.0.x"
1919
- name: Validate JSON schema
2020
run: |
21-
bash ajv compile -c ajv-formats -s schema/v5.0/CVE_JSON_5.0.schema
21+
ajv compile -c ajv-formats -s schema/v5.0/CVE_JSON_5.0.schema

0 commit comments

Comments
 (0)