Skip to content

Commit 69f9f88

Browse files
authored
Allow to pass env.GITHUB_CHECK_NAME
1 parent cc64b59 commit 69f9f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/create-check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default async (results: eslint.CLIEngine.LintResult[]) => {
9090

9191
return createCheck({
9292
tool: 'ESLint',
93-
name: 'Check Code for Errors',
93+
name: process.env.GITHUB_CHECK_NAME || 'Check Code for Errors',
9494
annotations: createAnnotations(results),
9595
errorCount,
9696
warningCount,

0 commit comments

Comments
 (0)