-
Notifications
You must be signed in to change notification settings - Fork 379
TEST: eslint errors #2473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEST: eslint errors #2473
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,9 +68,14 @@ | |
ConfigErrorStatus = "JOB_STATUS_CONFIGURATION_ERROR", | ||
} | ||
|
||
export interface StatusReportBase { | ||
/** Name of the action being executed. */ | ||
action_name: ActionName; | ||
|
||
|
||
export interface StatusReportBase { | ||
Comment on lines
+71
to
+73
Check failureCode scanning / ESLint Replace ⏎⏎export·interface·StatusReportBase··· with export·interface·StatusReportBase· Error
Replace ⏎⏎export·interface·StatusReportBase··· with export·interface·StatusReportBase·
Copilot AutofixAI 12 months ago Copilot could not generate an autofix suggestion Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support. |
||
/** Name of the action being executed. | ||
* | ||
* | ||
*/ | ||
|
||
action_name: ActionName | ||
Check failureCode scanning / ESLint Insert ; Error
Insert ;
Copilot AutofixAI 12 months ago Copilot could not generate an autofix suggestion Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support. |
||
/** Version of the action being executed, as a commit oid. */ | ||
action_oid: string; | ||
/** Version of the action being executed, as a ref. */ | ||
|
Uh oh!
There was an error while loading. Please reload this page.