Skip to content

Commit

Permalink
Introduce linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Sep 10, 2024
1 parent 224218f commit 908133d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/status-report.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions src/status-report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@ export enum JobStatus {
ConfigErrorStatus = "JOB_STATUS_CONFIGURATION_ERROR",
}

export interface StatusReportBase {
/** Name of the action being executed. */
action_name: ActionName;
export interface StatusReportBase {

Check failure

Code scanning / ESLint

Delete ·· Error

Delete ··
/** Name of the action being executed.
*

Check failure

Code scanning / ESLint

Delete · Error

Delete ·
*/

Check failure

Code scanning / ESLint

Insert · Error

Insert ·
action_name:
ActionName;

Check failure

Code scanning / ESLint

Delete ⏎··· Error

Delete ⏎···
/** Version of the action being executed, as a commit oid. */
action_oid: string;
/** Version of the action being executed, as a ref. */
Expand Down

0 comments on commit 908133d

Please # to comment.