mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2024-12-26 17:00:34 +01:00
Shrinkt action description to make it marketplace compliant
This commit is contained in:
parent
85cc8bd3df
commit
014f31d759
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
||||||
name: Setup Rust Toolchain for GitHub CI
|
name: Setup Rust Toolchain for GitHub CI
|
||||||
description: |
|
description: |
|
||||||
Setup specific Rust versions and integrate nicely into the ecosystem.
|
Setup specific Rust versions with caching pre-configured.
|
||||||
The action enabled caching of Rust tools and build artifacts and sets environment variables for faster and more efficient caching.
|
It provides problem matchers for cargo and rustfmt issues.
|
||||||
It also sets up problem matchers showing compilation and formatting issues.
|
|
||||||
|
|
||||||
branding:
|
branding:
|
||||||
icon: "play"
|
icon: "play"
|
||||||
|
|
Loading…
Reference in a new issue