mirror of
https://github.com/github/codeql-action
synced 2026-05-31 00:00:46 +03:00
Fix lint errors
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -404,8 +404,7 @@ test("formatWorkflowErrors() when there are multiple errors", (t) => {
|
||||
});
|
||||
|
||||
test("formatWorkflowCause() with no errors", (t) => {
|
||||
const message = actionsutil.formatWorkflowCause([
|
||||
]);
|
||||
const message = actionsutil.formatWorkflowCause([]);
|
||||
|
||||
t.deepEqual(message, undefined);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user