From a2c13a74ff259d65cfbafafb0e1cfbe5d5b59fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Thu, 7 May 2026 19:22:12 +0300 Subject: [PATCH] style(action): wrap long descriptions via yamlfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit yamlfix wraps the `no-trailing-chars` input and `output-file` output descriptions that have been over the 80-char default since they were introduced. Brings action.yml into the same yamlfix-clean state as .github/workflows/. Signed-off-by: Nerijus Bendžiūnas --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4b9992a..d22bbd6 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,8 @@ inputs: required: false default: 'false' no-trailing-chars: - description: Forbidden trailing characters, comma-separated (default '.', '!', '?', ' ') + description: Forbidden trailing characters, comma-separated (default '.', '!', + '?', ' ') required: false allow-empty: description: Exit 0 when --range yields no commits @@ -60,7 +61,8 @@ inputs: required: false outputs: output-file: - description: Path to the JSONL output file (set only when output-file input is provided) + description: Path to the JSONL output file (set only when output-file input is + provided) value: ${{ steps.run.outputs.output-file }} runs: using: composite