mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-08 09:11:56 +03:00
Update and rename action.yml to action.yaml
This commit is contained in:
parent
39461a8bfa
commit
a0ec2c717e
1 changed files with 1 additions and 0 deletions
22
action.yaml
Normal file
22
action.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: 'rust-cargo'
|
||||
description: 'Run cargo command'
|
||||
author: 'actions-rs team'
|
||||
branding:
|
||||
icon: play-circle
|
||||
color: black
|
||||
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
|
||||
use-cross:
|
||||
description: Use cross instead of cargo
|
||||
default: false
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
Loading…
Add table
Add a link
Reference in a new issue