Implement action.

This commit is contained in:
Miles Johnson 2023-04-15 16:57:29 -07:00
parent 64b680ddd8
commit c3ef13296b
6 changed files with 192 additions and 175 deletions

View file

@ -1,11 +1,19 @@
name: 'Setup Rust'
author: 'Miles Johnson'
description: 'Sets up Rust and Cargo.'
inputs: {}
inputs:
channel:
description: 'Toolchain specification/channel to install.'
components:
description: 'Comma-separated list of additional components to install.'
targets:
description: 'Comma-separated list of additional targets to install.'
profile:
description: 'Profile to install. Defaults to "minimal".'
outputs: {}
runs:
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'moon'
color: 'purple'
icon: 'settings'
color: 'orange'