We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9a2f0e + 3dff527 commit fd20e99Copy full SHA for fd20e99
Taskfile.yml
@@ -186,7 +186,7 @@ tasks:
186
desc: Validate GitHub Actions workflows against JSON schema
187
cmds:
188
- wget --output-document={{ .WORKFLOW_SCHEMA_PATH }} https://json.schemastore.org/github-workflow
189
- - npx ajv-cli validate -s {{ .WORKFLOW_SCHEMA_PATH }} -d "./.github/workflows/*.{yml,yaml}"
+ - npx ajv-cli validate --strict=false -s {{ .WORKFLOW_SCHEMA_PATH }} -d "./.github/workflows/*.{yml,yaml}"
190
191
config:check-formatting:
192
desc: Check formatting of configuration files
0 commit comments