tool · inferred from evidence
circleci config validate
A specific command within the CircleCI CLI used to validate configuration files.
- circleci config validate: Error: All Workflows have been filtered from this Pipeline with workflow-level...
This was fixed in the rewritten CircleCI CLI v1: the new CLI supplies a complete set of local pipeline values when validating, so a config whose workflows are all conditionally skipped now validates as valid instead of erroring. A maintaine