chore: code formatting
This commit is contained in:
4
.github/scripts/build.mjs
vendored
4
.github/scripts/build.mjs
vendored
@@ -174,8 +174,8 @@ function testcase(name, env, args) {
|
|||||||
result.uses = "lowlighter/metrics@master"
|
result.uses = "lowlighter/metrics@master"
|
||||||
Object.assign(result.with, { plugins_errors_fatal: "yes", output_action: "none", delay: 120 })
|
Object.assign(result.with, { plugins_errors_fatal: "yes", output_action: "none", delay: 120 })
|
||||||
|
|
||||||
if ((context.with?.output_action)&&(context.with?.committer_branch === "examples"))
|
if ((context.with?.output_action) && (context.with?.committer_branch === "examples"))
|
||||||
Object.assign(result.with, { output_action:context.with.output_action, committer_branch:"examples" })
|
Object.assign(result.with, { output_action: context.with.output_action, committer_branch: "examples" })
|
||||||
}
|
}
|
||||||
|
|
||||||
if (env === "test") {
|
if (env === "test") {
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ describe("Check files editions (checkout your files if needed)", () => {
|
|||||||
"settings.example.json",
|
"settings.example.json",
|
||||||
"tests/plugins/*",
|
"tests/plugins/*",
|
||||||
".github/workflows/examples.yml",
|
".github/workflows/examples.yml",
|
||||||
".github/readme/partials/documentation/compatibility.md"
|
".github/readme/partials/documentation/compatibility.md",
|
||||||
])("%s", async file => expect((await diff()).includes(file)).toBe(false)))
|
])("%s", async file => expect((await diff()).includes(file)).toBe(false)))
|
||||||
describe("Repository level files were not modified", () =>
|
describe("Repository level files were not modified", () =>
|
||||||
void test.each([
|
void test.each([
|
||||||
|
|||||||
Reference in New Issue
Block a user