Skip to content

Commit 494ce6d

Browse files
authored
change action.yml and doc files #203 (#204)
* update description, add clang-tools v18 to action.yml * add clang-tools v18 to inputs-outputs.md * follow up #60, change author from `shenxianpeng` to `cpp-linter` in action.yml after transfer.
1 parent e068581 commit 494ce6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

action.yml

+3-3
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

+1-1
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)