Skip to content

Commit

Permalink
migrate to js action
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoireW committed Oct 15, 2024
1 parent 381195e commit 4cfeb37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dblinter-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,11 @@ async function main() {

await docker.dockerCommand(`kill ${postgres.pgContainer}`, {echo: false});

console.log("is it a pr? ", options);
if (options.prComment) {
const report = buildReport(options.reportPath);

console.log("Let's create a comment");
await createComment(report, options);
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

0 comments on commit 4cfeb37

Please sign in to comment.