You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have a CI check that yamlfix has been run by the dev. A lot of the rest of my CI infrastructure expects a nonzero exit code, like black --check.
Possible Solution
I read the docs, and this does not seem like an option. If it is a doc fix, that should be easy enough. Otherwise, i can probably make a PR for this as well.
Additional context
Related Issue
The text was updated successfully, but these errors were encountered:
Description
I'd like to have a CI check that yamlfix has been run by the dev. A lot of the rest of my CI infrastructure expects a nonzero exit code, like
black --check
.Possible Solution
I read the docs, and this does not seem like an option. If it is a doc fix, that should be easy enough. Otherwise, i can probably make a PR for this as well.
Additional context
Related Issue
The text was updated successfully, but these errors were encountered: