mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 00:51:25 -07:00
fix(lint): Fixes silent pass for formatting mistakes in gh ci (#10489)
This commit is contained in:
@@ -170,7 +170,7 @@ export function runYamllint() {
|
||||
|
||||
export function runPrettier() {
|
||||
console.log('\nRunning Prettier...');
|
||||
if (!runCommand('prettier --write .')) {
|
||||
if (!runCommand('prettier --check .')) {
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user