fix: resolve CI workflow and file structure issues
Some checks failed
/ test (push) Failing after 5s
Some checks failed
/ test (push) Failing after 5s
This commit is contained in:
@@ -87,7 +87,7 @@ export function createDiffCommand(): Command {
|
|||||||
console.log(chalk.cyan('\n📊 Summary:'));
|
console.log(chalk.cyan('\n📊 Summary:'));
|
||||||
console.log(` Files: ${chalk.white(diffResult.summary.filesChanged)}`);
|
console.log(` Files: ${chalk.white(diffResult.summary.filesChanged)}`);
|
||||||
console.log(` Additions: ${chalk.green(`+${diffResult.summary.additions}`)}`);
|
console.log(` Additions: ${chalk.green(`+${diffResult.summary.additions}`)}`);
|
||||||
console.log(` Deletions: ${chalk.red(`-${diffResult.summary.deletions}`)}`);
|
console.log(` Deletions: ${chalk.red(`-${diffResult.summary.deletions}`)}`));
|
||||||
console.log(chalk.gray('─'.repeat(60)));
|
console.log(chalk.gray('─'.repeat(60)));
|
||||||
|
|
||||||
for (const file of diffResult.files) {
|
for (const file of diffResult.files) {
|
||||||
|
|||||||
Reference in New Issue
Block a user