From 7ce9dc29bcbc91876bb1548b691fc96156981d8b Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Thu, 7 Mar 2024 13:24:17 +0800 Subject: [PATCH] update action.yml in 125 characters #204 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c2d9a547..97ca0d24 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: C/C++ Linter -description: Linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews. +description: Linting C/C++ code with clang-tidy or clang-format to give feedback as comments, PR reviews, and more. author: cpp-linter branding: icon: "check-circle"