Skip to content

Rename action and update description #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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