mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
17 lines
314 B
Text
17 lines
314 B
Text
|
{
|
||
|
"steps": [
|
||
|
{
|
||
|
"if": "windows",
|
||
|
"args": "lint --config deno.glob.json",
|
||
|
"output": "with_glob_config_windows.out",
|
||
|
"exitCode": 1
|
||
|
},
|
||
|
{
|
||
|
"if": "unix",
|
||
|
"args": "lint --config deno.glob.json",
|
||
|
"output": "with_glob_config_unix.out",
|
||
|
"exitCode": 1
|
||
|
}
|
||
|
]
|
||
|
}
|