Skip to content

Commit 4790469

Browse files
committed
No need to download JSON Schema draft 2020-12 in CI
1 parent 55649a0 commit 4790469

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ jobs:
1111
node-version: "lts/*"
1212
- uses: actions/checkout@v4
1313
- run: npm install -g ajv-cli
14-
- run: curl -o draft-2020-12.json -L https://json-schema.org/draft/2020-12/schema
1514
- run: ajv compile -s schema/schema.json --spec=draft2020 --validate-formats=false --strict=true

0 commit comments

Comments
 (0)