From b5a6a324dbd1646bc4953fcf98a1a4b9320a0444 Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Mon, 23 Aug 2021 10:25:03 +0800 Subject: [PATCH] #18 update action description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 07b27881..e4527c8f 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: C/C++ Lint Action -description: Improved automatically checks push & pull request changes with clang-format & clang-tidy, then posts a comment with faulty results. +description: Automatically checks push & pull request changes with clang-format & clang-tidy, then posts a comment with faulty results. author: shenxianpeng branding: icon: 'check-circle'