fix missing description

Github documentation states that it is a required field and my linter complained

https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax#description
This commit is contained in:
Skgland
2026-05-24 19:02:23 +02:00
committed by Bennet Bleßmann
parent 550efb8416
commit 19974e580b

View File

@@ -1,4 +1,7 @@
name: 'Setup Rust'
description: |
Setup the rust toolchain and environment for the selected toolchain
inputs:
rust-version:
required: true