]> Repositorios git - scryer-prolog.git/commitdiff
fix missing description
authorSkgland <[email protected]>
Sun, 24 May 2026 17:02:23 +0000 (19:02 +0200)
committerBennet Bleßmann <[email protected]>
Sun, 24 May 2026 17:02:23 +0000 (19:02 +0200)
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

.github/actions/setup-rust/action.yml

index c30064ebd23955537ccaa86b9bd22fee1a33cfcd..ebcb820c0dc5bad672da694eb63251a9d975138b 100644 (file)
@@ -1,4 +1,7 @@
 name: 'Setup Rust'
+description: |
+  Setup the rust toolchain and environment for the selected toolchain
+
 inputs:
   rust-version:
     required: true