|
1 | 1 | name: C/C++ Linter |
2 | | -description: Lint C/C++ code with clang-format and clang-tidy then post annotations, comments, and stepsummary with results. |
3 | | -author: shenxianpeng |
| 2 | +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. |
| 3 | +author: cpp-linter |
4 | 4 | branding: |
5 | 5 | icon: "check-circle" |
6 | 6 | color: "green" |
@@ -58,7 +58,7 @@ inputs: |
58 | 58 | required: false |
59 | 59 | default: "." |
60 | 60 | version: |
61 | | - description: "The desired version of the clang tools to use. Accepted options are strings which can be 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7. Defaults to 12." |
| 61 | + description: "The desired version of the clang tools to use. Accepted options are strings which can be 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7. Defaults to 12." |
62 | 62 | required: false |
63 | 63 | default: "12" |
64 | 64 | verbosity: |
|
0 commit comments