Skip to content

Commit 9d75779

Browse files
committed
TEST: eslint errors
1 parent e817992 commit 9d75779

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

lib/status-report.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/status-report.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,12 @@ export enum JobStatus {
6868
ConfigErrorStatus = "JOB_STATUS_CONFIGURATION_ERROR",
6969
}
7070

71-
export interface StatusReportBase {
72-
/** Name of the action being executed. */
73-
action_name: ActionName;
71+
export interface StatusReportBase {
72+
/** Name of the action being executed.
73+
*
74+
*
75+
*/
76+
action_name: ActionName
7477
/** Version of the action being executed, as a commit oid. */
7578
action_oid: string;
7679
/** Version of the action being executed, as a ref. */

0 commit comments

Comments
 (0)