mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
parent
9d7cfe0bc7
commit
902e303c40
4 changed files with 37 additions and 6 deletions
File diff suppressed because one or more lines are too long
7
nodes/preflight_compile/script_timing.json
Normal file
7
nodes/preflight_compile/script_timing.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"stdout": "",
|
||||
"stderr": "",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 92359,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/preflight_compile/status.json
Normal file
6
nodes/preflight_compile/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-04-15T15:54:08.186736Z"
|
||||
}
|
||||
5
nodes/preflight_lint/script_invocation.json
Normal file
5
nodes/preflight_lint/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"script": "cargo clippy -q --workspace -- -D warnings 2>&1",
|
||||
"command": "cargo clippy -q --workspace -- -D warnings 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue