1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "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 } ] }