We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33764a5 commit 87262fcCopy full SHA for 87262fc
1 file changed
.github/workflows/alt-validate.yml
@@ -13,17 +13,5 @@ jobs:
13
- name: Validate JSON schema
14
uses: walbo/validate-json@v1.1.0
15
with:
16
- schema: /tests/samples.schema.json
17
- files: /sample-queries/sample-queries.json
18
-
19
- test:
20
- runs-on: ubuntu-latest
21
- needs: validate-json-schema
22
- steps:
23
- - uses: actions/checkout@v2
24
25
- - name: Install
26
- run: npm install
27
28
- - name: Run test
29
- run: npm run test
+ schema: tests/samples.schema.json
+ files: sample-queries/sample-queries.json
0 commit comments