checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-05-04 13:01:08 -04:00
parent eea5fcb53e
commit 2794b6e647
3 changed files with 110 additions and 12 deletions

111
run.json

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,6 @@
{
"outcome": "succeeded",
"notes": "Script completed: command -v cargo >/dev/null || { curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && sudo ln -sf $HOME/.cargo/bin/* /usr/local/bin/; }; cargo --version 2>&1",
"failure_reason": null,
"timestamp": "2026-05-04T16:58:55.337375Z"
}

View file

@ -0,0 +1,5 @@
{
"script": "cargo check -q --workspace 2>&1",
"command": "cargo check -q --workspace 2>&1",
"language": "shell"
}