Skip to content

Commit

Permalink
Rename action and update description (#100)
Browse files Browse the repository at this point in the history
* Rename action and update description

* Update action name in README
  • Loading branch information
shenxianpeng authored Sep 5, 2022
1 parent 49c2eb9 commit 79327f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--intro-start-->

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

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/cpp-linter/cpp-linter-action?style=flat-square)
[![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)
Expand Down Expand Up @@ -159,9 +159,9 @@ This action creates 1 output variable named `checks-failed`. Even if the linting

<!--footer-start-->

## Add C/C++ Lint Action badge in README
## Add C/C++ Linter Action badge in README

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

Example

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: C/C++ Lint Action
description: Automatically checks push & PR changes with clang-format & clang-tidy, then post annotations/comments with faulty results.
name: C/C++ Linter
description: Lint C/C++ code with clang-format and clang-tidy then post annotations and comments with faulty results.
author: shenxianpeng
branding:
icon: "check-circle"
Expand Down

0 comments on commit 79327f4

Please sign in to comment.