We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55649a0 commit 4790469Copy full SHA for 4790469
.github/workflows/validate.yaml
@@ -11,5 +11,4 @@ jobs:
11
node-version: "lts/*"
12
- uses: actions/checkout@v4
13
- run: npm install -g ajv-cli
14
- - run: curl -o draft-2020-12.json -L https://json-schema.org/draft/2020-12/schema
15
- run: ajv compile -s schema/schema.json --spec=draft2020 --validate-formats=false --strict=true
0 commit comments