We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c106952 commit e194703Copy full SHA for e194703
.github/workflows/validate-nitro-json.yml
@@ -24,4 +24,4 @@ jobs:
24
uses: dsanders11/json-schema-validate-action
25
with:
26
schema: ./docs/static/nitro.schema.json
27
- files: **/nitro.json
+ files: "**/nitro.json"
0 commit comments