chore: code formatting
This commit is contained in:
2
.github/scripts/build.mjs
vendored
2
.github/scripts/build.mjs
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user