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

check_consistency is set by default #91

Closed
timothyjlaurent opened this issue Nov 7, 2024 · 1 comment
Closed

check_consistency is set by default #91

timothyjlaurent opened this issue Nov 7, 2024 · 1 comment

Comments

@timothyjlaurent
Copy link
Contributor

the check_consistency input is "false" by default, but it still check consistency

if [[ $INPUT_CHECK_CONSISTENCY ]]; then
  CZ_CMD+=('--check-consistency')
fi

we should force it to be "true"

@timothyjlaurent
Copy link
Contributor Author

This PR fixes this

#92

@woile woile closed this as completed in 899b309 Nov 7, 2024
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

No branches or pull requests

1 participant