Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add CircleCI hook #556

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

sestrella
Copy link
Contributor

@sestrella sestrella commented Feb 7, 2025

Add a hook to validate CircleCI configuration files. Here is an example of the output produced by devenv test:

0000.04: circleci.................................................................Failed
0000.04: - hook id: circleci
0000.04: - exit code: 1
0000.04:
0000.04: Error: config compilation contains errors: config compilation contains errors:
0000.04:        - There are jobs referenced in workflows that have not been defined: path-filtering/filter
0000.04: Config file at .circleci/config.yml is invalid, check the errors above.
0000.04: Error: config compilation contains errors: config compilation contains errors:
0000.04:        - Unsupported or missing workflows config version
0000.04: Config file at .circleci/continue_config.yml is invalid, check the errors above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant