Skip to content

check_consistency is set by default #91

Closed
@timothyjlaurent

Description

@timothyjlaurent

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions