About 580,000 results
Open links in new tab
  1. Is there a tool to validate an Azure DevOps Pipeline locally?

    Oct 29, 2018 · 22 Azure DevOps has provided a run preview api endpoint that takes a yaml override and returns the expanded yaml. I added this support to the AzurePipelinePS …

  2. How do I validate my YAML file from command line?

    174 I am having issues pulling from a YAML config file: Fatal error: while parsing a block mapping; expected <block end>, but found block entry While there are plenty of online YAML validators, …

  3. Validating a yaml document in python - Stack Overflow

    Jul 16, 2010 · Interesting how this very natural python validator got only 8 upvotes against the clunky JSON-scheme and Cerberus. Probably many people probably instinctively sees json …

  4. Is there a way I can validate YAML files on Github?

    Mar 3, 2022 · Anytime a Developer accidentally merge with invalid Yaml syntax to the Main branch. The entire Application breaks. Is there anyway i can setup a Yaml Validator on Github …

  5. How can I test gitlab-ci.yml? - Stack Overflow

    Mar 4, 2018 · 2 Another option, for anyone using the glab tool there is a ci lint command: glab ci lint .gitlab-ci.yml # Validating... # CI/CD YAML is valid!

  6. xsd - YAML Schema Validation? - Stack Overflow

    Feb 20, 2011 · Is there a schema validation language for YAML? I've googled but couldn't find anything useful. Something like XSD format, using the language itself to describe the schema, …

  7. Don't use JSON schema when editing YAML file in Visual Studio …

    Apr 6, 2022 · By default my Visual Studio Code uses a JSON schema definition when editing YAMl files. How to turn this off and simply use YAML syntax highlighting without specific JSON …

  8. How can I quickly and effectively debug CloudFormation templates?

    Both are officially provided by AWS. AWS CloudFormation Linter (cfn-lint) cfn-lint helps lint and validate CloudFormation templates (JSON or YAML) against the CloudFormation Resource …

  9. How to validate openapi 3.0.0 yaml spec? - Stack Overflow

    Feb 14, 2020 · I have a yaml specification that has been updated from swagger 2.0 to openapi 3.0.0 The file itself is about 7,000 lines so it is challenging to validate by hand.

  10. Can I validate an azure-pipelines.yml file via CLI?

    Dec 12, 2018 · I'm trying to build an azure-pipelines.yml for a monorepo, and I'm struggling to figure out how to debug the file as I move along. Is there a command such as az deployment …