Skip to content

Commit 5d4d832

Browse files
committed
Update ascii logo in annotations
1 parent 7c3703b commit 5d4d832

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/annotations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function createAnnotationsFromIssues(issues: SourceFileIssue[]): void {
99
for (const issue of issues) {
1010
const message = issue.message
1111
const properties: core.AnnotationProperties = {
12-
title: `<> ${issue.plugin.title} | ${issue.audit.title}`,
12+
title: `<> ${issue.plugin.title} | ${issue.audit.title}`,
1313
file: issue.source.file,
1414
startLine: issue.source.position?.startLine,
1515
startColumn: issue.source.position?.startColumn,

0 commit comments

Comments
 (0)