Skip to content

Commit 45aae0d

Browse files
authored
feat: update README badge (#48)
1. add marketplace badge 2. change style to flat-square
1 parent c33e41d commit 45aae0d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55

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

8-
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/shenxianpeng/cpp-linter-action)
9-
[![cpp-linter](https://github.com/shenxianpeng/cpp-linter-action/actions/workflows/cpp-linter.yml/badge.svg)](https://github.com/shenxianpeng/cpp-linter-action/actions/workflows/cpp-linter.yml)
10-
![GitHub](https://img.shields.io/github/license/shenxianpeng/cpp-linter-action?label=license)
11-
[![MkDocs Deploy](https://github.com/shenxianpeng/cpp-linter-action/actions/workflows/mkdocs-deploy.yml/badge.svg)](https://github.com/shenxianpeng/cpp-linter-action/actions/workflows/mkdocs-deploy.yml)
12-
[![open repo in gitpod](https://img.shields.io/badge/Gitpod-Use%20Online%20IDE-B16C04?logo=gitpod)](https://gitpod.io/#https://github.com/shenxianpeng/cpp-linter-action)
8+
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/shenxianpeng/cpp-linter-action?style=flat-square)
9+
[![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)
10+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/shenxianpeng/cpp-linter-action/cpp-linter?label=cpp-linter&logo=Github&style=flat-square)](https://github.com/shenxianpeng/cpp-linter-action/actions/workflows/cpp-linter.yml)
11+
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/shenxianpeng/cpp-linter-action/MkDocs%20Deploy?label=docs&logo=Github&style=flat-square)](https://github.com/shenxianpeng/cpp-linter-action/actions/workflows/mkdocs-deploy.yml)
12+
![GitHub](https://img.shields.io/github/license/shenxianpeng/cpp-linter-action?label=license&logo=github&style=flat-square)
13+
[![open repo in gitpod](https://img.shields.io/badge/Gitpod-Use%20Online%20IDE-B16C04?logo=gitpod&style=flat-square)](https://gitpod.io/#https://github.com/shenxianpeng/cpp-linter-action)
1314

1415
A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of thread comments and/or annotations.
1516

0 commit comments

Comments
 (0)