Skip to content

Commit ebd6b42

Browse files
committed
fix(ci): the final solution
1 parent c2538d2 commit ebd6b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.lute/ci.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ local selene = process.run({ "selene", "src" }, { stdio = "inherit" })
4040

4141
local stylua = process.run({ "stylua", "--check", "src" }, { stdio = "inherit" })
4242

43-
if not (analyze.ok and selene.ok and stylua.ok) then
43+
if not (selene.ok and stylua.ok) then
4444
process.exit(1)
4545
end

0 commit comments

Comments
 (0)