Skip to content

Commit d1b3169

Browse files
committed
change action.yml and doc files #203
* action.yml - change author from shenxianpeng to cpp-linter, update description, add clang 18 * add clang 18 to inputs-outputs.md
1 parent 7199741 commit d1b3169

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: C/C++ Linter
2-
description: Lint C/C++ code with clang-format and clang-tidy then post annotations, comments, and step summary 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
44
branding:
55
icon: "check-circle"
66
color: "green"
@@ -58,7 +58,7 @@ inputs:
5858
required: false
5959
default: "."
6060
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."
6262
required: false
6363
default: "12"
6464
verbosity:

docs/inputs-outputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The relative path to the repository root directory. This path is relative to the
4343
<!-- md:version 1.2.0 -->
4444
<!-- md:default 12 -->
4545

46-
The desired version of the [clang-tools](https://github.com/cpp-linter/clang-tools-pip) to use. Accepted options are strings which can be 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7.
46+
The desired version of the [clang-tools](https://github.com/cpp-linter/clang-tools-pip) to use. Accepted options are strings which can be 18, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8 or 7.
4747

4848
- Set this option to a blank string (`''`) to use the platform's default installed version.
4949
- This value can also be a path to where the clang tools are installed (if using a custom install location).

0 commit comments

Comments
 (0)