pipeline(project.run("build"), project.run("test"), project.run("lint"), {
env: { CI: "true" },
defaultImage: "ubuntu:24.04",
})
pipeline([
project.run("build"),
project.run("test"),
project.run("lint"),
], {
env: { CI: "true" },
defaultImage: "ubuntu:24.04",
})
should be