1
0
Fork 0
mirror of https://github.com/clechasseur/rs-cargo.git synced 2025-12-16 07:08:56 +01:00
rs-cargo/action.yml
Charles Lechasseur bbcc0f43bb
feat!: move to v4.0.0, Node.js 24.x (#304)
* feat!: move to v4.0.0, Node.js 24.x

* chore: update dist
2025-08-30 23:52:08 -04:00

28 lines
738 B
YAML

name: 'rs-cargo'
description: 'Run cargo command'
author: 'clechasseur'
inputs:
command:
description: Cargo command to run (ex. `check` or `build`)
required: true
toolchain:
description: Toolchain to use (without the `+` sign, ex. `nightly`)
required: false
args:
description: Arguments for the cargo command
required: false
working-directory:
description: Directory where to perform cargo command
required: false
tool:
description: Tool to use instead of cargo ([`cross`, `cargo-hack`])
required: false
cache-key:
description: Cache key used when using a non-cargo tool
default: rs-cargo
runs:
using: 'node24'
main: 'dist/index.js'
branding:
icon: package
color: black