Overview
If you want to confirm your configuration file is free of syntax, YAML linting issues, etc. You can validate your config file using CircleCI's local CLI:
- Visit https://circleci.com/docs/2.0/local-cli and install the CLI
- Run
circleci config validate
in your project's root directory
Troubleshooting
- Confirm your configuration file is in the right directory:
.circleci/config.yml
- Run
circleci version
and share your issue with support@circleci.com
If you're still experiencing issues, please submit a support ticket to support@circleci.com
Comments
Article is closed for comments.