We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ce1d5 commit ad6b74fCopy full SHA for ad6b74f
megalinter/src/dagger/jobs.ts
@@ -39,8 +39,6 @@ export async function lint(
39
40
await ctr.stdout();
41
42
- console.log(await ctr.directory("/app").entries());
43
-
44
return ctr.directory("/app/megalinter-reports").id();
45
}
46
export type JobExec = (
0 commit comments