From d8269a7627dd50858bc4c447e7eaec90202efa8c Mon Sep 17 00:00:00 2001 From: Jacob Domagala Date: Mon, 22 Apr 2024 11:58:58 +0200 Subject: [PATCH] [#118]: Shorten action description in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 11e6f2b..2fb0d61 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: "Static analysis for C++/Python project" -description: "This GitHub action performs static analysis for C++/Python projects using cppcheck and clang-tidy for C++, and pylint for Python, with results as PR comments or console output." +description: "Static analysis with cppcheck & clang-tidy for C++, pylint for Python. Posts results to PRs or console." inputs: github_token: