diff --git a/.github/scripts/build.mjs b/.github/scripts/build.mjs index 9c281ffb..a9973f89 100644 --- a/.github/scripts/build.mjs +++ b/.github/scripts/build.mjs @@ -174,7 +174,7 @@ function testcase(name, env, args) { result.uses = "lowlighter/metrics@master" Object.assign(result.with, { output_action: "none", delay: 120 }) - for (const {property, value} of [{property: "user", value: "lowlighter"}, {property:"plugins_errors_fatal", value: "yes"}]) { + for (const { property, value } of [{ property: "user", value: "lowlighter" }, { property: "plugins_errors_fatal", value: "yes" }]) { if (!(property in result.with)) result.with[property] = value }