Skip to content

Commit b641546

Browse files
authored
fix: #44 update action.yml (#49)
1. update version description 2. update project description
1 parent 45aae0d commit b641546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: C/C++ Lint Action
2-
description: Automatically checks push & pull request changes with clang-format & clang-tidy, then posts a comment with faulty results.
2+
description: Automatically checks push & PR changes with clang-format & clang-tidy, then post annotations/comments with faulty results.
33
author: shenxianpeng
44
branding:
55
icon: "check-circle"
@@ -33,7 +33,7 @@ inputs:
3333
required: false
3434
default: "."
3535
version:
36-
description: "The desired version of the clang tools to use. Accepted options are strings which can be 6.0, 7, 8, 9, 10, 11, 12. Defaults to 10."
36+
description: "The desired version of the clang tools to use. Accepted options are strings which can be 14, 13, 12, 11, 10, 9, or 8. Defaults to 10."
3737
required: false
3838
default: "10"
3939
verbosity:

0 commit comments

Comments
 (0)