fn push_check(
checks: &mut Vec<CompatibilityCheck>,
name: impl Into<String>,
status: CheckStatus,
detail: impl Into<String>,
)fn push_check(
checks: &mut Vec<CompatibilityCheck>,
name: impl Into<String>,
status: CheckStatus,
detail: impl Into<String>,
)