mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-02 22:00:53 +01:00
7 lines
256 B
Text
7 lines
256 B
Text
--> Run stylua to check for formatting errors
|
|
|
|
local process = require("@lune/process")
|
|
|
|
local CommandBuilder = require("./util/exec")
|
|
|
|
process.exit(CommandBuilder.new("stylua"):withArg("."):withArgs(process.args):withStdioStrategy("forward"):exec().code)
|