Skip to content

Commit 79327f4

Browse files
authored
Rename action and update description (#100)
* Rename action and update description * Update action name in README
1 parent 49c2eb9 commit 79327f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--intro-start-->
22

3-
# C/C++ Lint Action <sub><sup>| clang-format & clang-tidy</sup></sub>
3+
# C/C++ Linter Action <sub><sup>| clang-format & clang-tidy</sup></sub>
44

55
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/cpp-linter/cpp-linter-action?style=flat-square)
66
[![GitHub marketplace](https://img.shields.io/badge/marketplace-C%2FC%2B%2B%20Lint%20Action-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/c-c-lint-action)
@@ -159,9 +159,9 @@ This action creates 1 output variable named `checks-failed`. Even if the linting
159159

160160
<!--footer-start-->
161161

162-
## Add C/C++ Lint Action badge in README
162+
## Add C/C++ Linter Action badge in README
163163

164-
You can show C/C++ Lint Action status with a badge in your repository README
164+
You can show C/C++ Linter Action status with a badge in your repository README
165165

166166
Example
167167

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: C/C++ Lint Action
2-
description: Automatically checks push & PR changes with clang-format & clang-tidy, then post annotations/comments with faulty results.
1+
name: C/C++ Linter
2+
description: Lint C/C++ code with clang-format and clang-tidy then post annotations and comments with faulty results.
33
author: shenxianpeng
44
branding:
55
icon: "check-circle"

0 commit comments

Comments
 (0)