Auto-fix linting errors

This commit is contained in:
Angela P Wen 2023-07-25 10:29:00 +02:00
parent eff6331393
commit b16296be30
52 changed files with 1182 additions and 1172 deletions

View file

@ -14,7 +14,7 @@ async function runWrapper() {
await analyzeActionPostHelper.run(debugArtifacts.uploadSarifDebugArtifact);
} catch (error) {
core.setFailed(
`analyze post-action step failed: ${wrapError(error).message}`
`analyze post-action step failed: ${wrapError(error).message}`,
);
}
}