Skip to content

Conversation

@l0lawrence
Copy link
Member

fixes #13437

@github-actions github-actions bot added the azsdk-cli Issues related to Azure/azure-sdk-tools::tools/azsdk-cli label Dec 30, 2025
var outputParts = new List<string>();
if (successfulChecks.Any())
{
outputParts.Add($"✓ Passed ({successfulChecks.Count}): {string.Join(", ", successfulChecks)}");
Copy link
Member

@benbp benbp Dec 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This (✓) may or may not display correctly in cmd.exe (but I don't care much about optimizing for that either).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im still going to tweak some things on this so will remove it anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

azsdk-cli Issues related to Azure/azure-sdk-tools::tools/azsdk-cli

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug Bash] Validation Output Length

2 participants