-
Notifications
You must be signed in to change notification settings - Fork 645
ci: remove styled-components migration report #7221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Removed unnecessary setup steps for styled-components and simplified migration script commands.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the completed styled-components migration tracking from the CI workflow, along with some cleanup to simplify the remaining migration status jobs.
- Removes the entire
styled-componentsjob that tracked the styled-components to CSS Modules migration - Simplifies run commands from multi-line to single-line format
- Removes the
--experimental-strip-typesNode.js flag from TypeScript script execution - Removes explicit "Set up Node.js" step names
|
Confirmed that the workflow works by running |
liuliu-dev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 ✨
Remove the report for styled-components now that it's complete! 🥳