mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-13 16:50:35 +00:00
8 lines
258 B
Text
8 lines
258 B
Text
|
--> Run stylua to check for formatting errors
|
||
|
|
||
|
local process = require("@lune/process")
|
||
|
|
||
|
local CommandBuilder = require("./exec")
|
||
|
|
||
|
process.exit(CommandBuilder.new("stylua"):withArg("."):withArgs(process.args):withStdioStrategy("forward"):exec().code)
|