From 014f31d759a52c85cf9532e5d081379f85275bfb Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Wed, 20 Apr 2022 20:24:25 +0000 Subject: [PATCH] Shrinkt action description to make it marketplace compliant --- action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 13cfeb8..2c4b576 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,7 @@ name: Setup Rust Toolchain for GitHub CI description: | - Setup specific Rust versions and integrate nicely into the ecosystem. - The action enabled caching of Rust tools and build artifacts and sets environment variables for faster and more efficient caching. - It also sets up problem matchers showing compilation and formatting issues. + Setup specific Rust versions with caching pre-configured. + It provides problem matchers for cargo and rustfmt issues. branding: icon: "play"