bug: CI failing on main — format check step #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
CI on
mainhas been failing consistently since at least 2026-03-04. The failure is in the Format check step (npm run format:check).Evidence
main, 2026-03-05, failure at format checkmain, 2026-03-04, failure at format checkFix
Run
npm run formatlocally and commit the formatted files. Consider adding a pre-commit hook to prevent this from recurring.Labels
bug,ci