Resources
Documentation
Actions
Essential
actions/checkout
: Checks-out repository so workflows can access it.actions/upload-artifact
: Uploads artifacts from the workflow.
Rust
dtolnay/rust-toolchain
: Sets up Rust toolchain in the workflow environment.
Bun
oven-sh/setup-bun
: Sets up Bun in the workflow environment.