diff --git a/src/run.ts b/src/run.ts index 4247846..ac19a6a 100644 --- a/src/run.ts +++ b/src/run.ts @@ -132,7 +132,7 @@ async function runLint(lintPath: string, patchPath: string): Promise { } const outputFile = core.getInput(`output-file`, { required: false }).trim() - addedArgs.push(`--out-format=github-actions${outputFile ? ',' + outputFile : ''}`) + addedArgs.push(`--out-format=github-actions${outputFile ? "," + outputFile : ""}`) if (patchPath) { if (userArgNames.has(`new`) || userArgNames.has(`new-from-rev`) || userArgNames.has(`new-from-patch`)) {