Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 494ce6d

Browse files
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‎

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

AltStyle によって変換されたページ (->オリジナル) /