mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 19:50:32 +08:00
Reformat with eslint
This commit is contained in:
@@ -488,9 +488,7 @@ for (const [
|
||||
if (shouldReportError) {
|
||||
t.true(
|
||||
warningSpy.calledOnceWithExactly(
|
||||
sinon.match(
|
||||
"CodeQL Action v3 will be deprecated in December 2026.",
|
||||
),
|
||||
sinon.match("CodeQL Action v3 will be deprecated in December 2026."),
|
||||
),
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user