Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
placintaalexandru committed Dec 28, 2023
1 parent 2ed4ccf commit 2d7c6bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ export const clippyCommand = (): Command => {
});
core.endGroup();

core.startGroup("TEST")
JSON.stringify(annotations);
core.info(`${clippyExitCode}`);
core.endGroup();
// if (clippyExitCode != 0) {
// throw new Error(`Clippy exited with ${clippyExitCode} code`);
// }
Expand Down

0 comments on commit 2d7c6bd

Please sign in to comment.