Skip to content

Commit bf4c4a4

Browse files
committed
fixup: build and lint
1 parent 7472190 commit bf4c4a4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

dist/main.js

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

src/action/core.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Wrapper module for @actions/core */
1+
/** Wrapper module for `@actions/core` */
22
import {
33
debug as ghLogDebug,
44
error as ghLogError,
@@ -11,7 +11,7 @@ import {
1111

1212
import type { Logger } from "../options.js";
1313

14-
/** Logger using the methods from @actions/core. */
14+
/** Logger using the methods from `@actions/core`. */
1515
export const logger: Logger = {
1616
debug: ghLogDebug,
1717
info: ghLogInfo,

0 commit comments

Comments
 (0)