-
Notifications
You must be signed in to change notification settings - Fork 64
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
fix(core): Check SDK and tool installation before running format command #204
fix(core): Check SDK and tool installation before running format command #204
Conversation
Nx Cloud ReportCI ran the following commands for commit 265abcc. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch Sent with 💌 from NxCloud. |
Remove an unused import from a test file Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
Rename the ensureToolInstalled method to specify what tool is installed
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
🎉 This PR is included in version 1.4.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Check if the format tool is installed (through the tool manifest or bundled with the SDK) rather than re-installing it every time. Also pass the
--check
option only if running SDK 5 or lower, and pass the--verify-no-changes
option if running SDK 6 or newer.Resolves #179 and #202