chore: code formatting

This commit is contained in:
github-actions[bot]
2022-01-17 05:34:08 +00:00
parent 3e5dadd1ad
commit d4520b7c9b
2 changed files with 3 additions and 3 deletions

View File

@@ -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") {

View File

@@ -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([