fix: replace mojibake with plain ASCII in squad-main-guard.yml#24
Merged
mpaulosky merged 2 commits intoFeb 21, 2026
Merged
Conversation
….yml Co-authored-by: mpaulosky <60372079+mpaulosky@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] WIP to address feedback on DTOs and soft-delete audit trail
fix: replace mojibake with plain ASCII in squad-main-guard.yml
Feb 20, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes encoding issues (mojibake) in the squad-main-guard workflow file that made CI logs and error messages unreadable. The corrupted UTF-8 character sequences resulted from a bad encoding conversion and have been replaced with plain ASCII equivalents.
Changes:
- Replaced all mojibake character sequences with plain ASCII text in comments and user-facing messages
- No logic or functionality changes—only text cleanup for improved readability
Test Results Summary70 tests 70 ✅ 2s ⏱️ Results for commit a495f2b. |
633e702
into
feature/dto-refactor-and-soft-delete
13 checks passed
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feature/dto-refactor-and-soft-delete #24 +/- ##
=======================================================================
Coverage ? 31.82%
=======================================================================
Files ? 28
Lines ? 597
Branches ? 32
=======================================================================
Hits ? 190
Misses ? 388
Partials ? 19 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Garbled mojibake strings (from a bad UTF-8 → Windows-1252 encoding conversion) in the guard workflow's script block made CI log output and error messages unreadable.
Changes
.github/workflows/squad-main-guard.yml— replaced all corrupted character sequences with plain ASCII equivalents:ΓÇö(em dash)-Γ£à(checkmark)[OK]≡ƒÜ½(warning emoji)[WARNING]ΓÜá∩╕Å(warning emoji)[NOTE]All occurrences were in inline comments and user-facing
core.info/core.setFailedstrings between lines 72–127. No logic was changed.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.