Skip to content

Commit eddec1b

Browse files
authored
Update README (#80) (#85)
1. Remove old log 2. Remove used by and more link 3. Remove the Gitpod badge
1 parent 894a549 commit eddec1b

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
<p align="center">
2-
<img src="docs/images/logo_nobg.png" alt="icon">
3-
</p>
41
<!--intro-start-->
52

63
# C/C++ Lint Action <sub><sup>| clang-format & clang-tidy</sup></sub>
@@ -10,7 +7,6 @@
107
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/cpp-linter/cpp-linter-action/cpp-linter?label=cpp-linter&logo=Github&style=flat-square)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml)
118
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/cpp-linter/cpp-linter-action/MkDocs%20Deploy?label=docs&logo=Github&style=flat-square)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml)
129
![GitHub](https://img.shields.io/github/license/cpp-linter/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/cpp-linter/cpp-linter-action)
1410

1511
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.
1612

@@ -243,12 +239,6 @@ is equivalent to
243239
244240
<!--footer-start-->
245241
246-
## Used By
247-
248-
- [google/flatbuffers](https://github.com/google/flatbuffers) ![GitHub Repo stars](https://img.shields.io/github/stars/google/flatbuffers?style=social)
249-
- [CHIP-SPV/chip-spv](https://github.com/CHIP-SPV/chip-spv) ![GitHub Repo stars](https://img.shields.io/github/stars/CHIP-SPV/chip-spv?style=social)
250-
- [and more](https://github.com/search?q=shenxianpeng%2Fcpp-linter-action&type=Code)
251-
252242
## Add C/C++ Lint Action badge in README
253243
254244
You can show C/C++ Lint Action status with a badge in your repository README

docs/images/icon.png

-4.25 KB
Binary file not shown.

docs/images/icon_large.png

-32.5 KB
Binary file not shown.

docs/images/icon_large.xcf

-108 KB
Binary file not shown.

docs/images/logo.png

-4.69 KB
Binary file not shown.

docs/images/logo_nobg.png

-13.9 KB
Binary file not shown.

docs/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<p align="center">
2-
<img src="images/logo_nobg.png" alt="icon">
3-
</p>
4-
51
{%
62
include-markdown "../README.md"
73
start="<!--intro-start-->"

0 commit comments

Comments
 (0)