From 0812d871f64fc22c3ce3d680e39cde940d40cdd0 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 22 Mar 2025 00:18:31 +0800 Subject: [PATCH 01/19] docs: add used by section --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index efb23a4..fd6baa5 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,36 @@ Using [`format-review`][format-review]: ![sample format-suggestion][format-suggestion-preview] +## Used By + +

+ Microsoft + Microsoft + Apache + Apache + NASA + NASA + Samsung + Samsung + TheAlgorithms + TheAlgorithms + CachyOS + CachyOS + Nextcloud + Nextcloud + Jupyter + Jupyter + NNStreamer + NNStreamer + imgproxy + imgproxy + Zondax + Zondax + AppNeta + AppNeta + Chocolate Doom + Chocolate Doom and many more. +

## Add C/C++ Linter Action badge in README From d2894ae792526218564a23f35e86505a0c702975 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 22 Mar 2025 00:22:57 +0800 Subject: [PATCH 02/19] docs: move used-by section to the top --- README.md | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index fd6baa5..ecd9e4a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,37 @@ workflow [`step-summary`][step-summary], and Pull Request reviews (with > > MacOS and Windows runners are supported as well. +## Used By + +

+ Microsoft + Microsoft + Apache + Apache + NASA + NASA + Samsung + Samsung + TheAlgorithms + TheAlgorithms + CachyOS + CachyOS + Nextcloud + Nextcloud + Jupyter + Jupyter + NNStreamer + NNStreamer + imgproxy + imgproxy + Zondax + Zondax + AppNeta + AppNeta + Chocolate Doom + Chocolate Doom and many more. +

+ ## Usage > [!NOTE] @@ -113,37 +144,6 @@ Using [`format-review`][format-review]: ![sample format-suggestion][format-suggestion-preview] -## Used By - -

- Microsoft - Microsoft - Apache - Apache - NASA - NASA - Samsung - Samsung - TheAlgorithms - TheAlgorithms - CachyOS - CachyOS - Nextcloud - Nextcloud - Jupyter - Jupyter - NNStreamer - NNStreamer - imgproxy - imgproxy - Zondax - Zondax - AppNeta - AppNeta - Chocolate Doom - Chocolate Doom and many more. -

- ## Add C/C++ Linter Action badge in README You can show C/C++ Linter Action status with a badge in your repository README From 36ce3226a856a3b9eafa85a8520ed4b5867613df Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 22 Mar 2025 00:36:41 +0800 Subject: [PATCH 03/19] fix pre-commit failing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecd9e4a..140833e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ workflow [`step-summary`][step-summary], and Pull Request reviews (with Apache Apache NASA - NASA + NASA Samsung Samsung TheAlgorithms @@ -65,7 +65,7 @@ workflow [`step-summary`][step-summary], and Pull Request reviews (with AppNeta AppNeta Chocolate Doom - Chocolate Doom and many more. + Chocolate Doom and many more.

## Usage From f4a2f377b46451aac4fcb0a89032548247aed926 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 22 Mar 2025 00:37:45 +0800 Subject: [PATCH 04/19] remove usedby badge and workflow --- .github/workflows/used-by.yml | 28 ---------------------------- README.md | 1 - 2 files changed, 29 deletions(-) delete mode 100644 .github/workflows/used-by.yml diff --git a/.github/workflows/used-by.yml b/.github/workflows/used-by.yml deleted file mode 100644 index d6f558e..0000000 --- a/.github/workflows/used-by.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Used By - -on: - schedule: - # https://crontab.guru/ - - cron: '0 9 1 * *' # At 09:00 on day-of-month 1 - workflow_dispatch: - -jobs: - used-by: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: shenxianpeng/used-by@v0.1.4 - with: - repo: '${{ github.repository }}' - update-badge: 'true' - - - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 - with: - add-paths: "README.md" # the file path to commit - commit-message: "chore: update used-by badge by github-actions[bot]" - author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - title: "chore: automatically update used-by badge" - base: main - labels: skip-changelog - delete-branch: true diff --git a/README.md b/README.md index 140833e..f204c36 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ # C/C++ Linter Action | clang-format & clang-tidy ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/cpp-linter/cpp-linter-action) -[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=757&color=informational&logo=slickpic)](https://github.com/cpp-linter/cpp-linter-action/network/dependents) [![GitHub marketplace](https://img.shields.io/badge/marketplace-C%2FC%2B%2B%20Linter-blue?logo=github)](https://github.com/marketplace/actions/c-c-linter) [![cpp-linter](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml) [![MkDocs Deploy](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml) From b866aa3036b9151ffa96d867e5686bce492e1b4a Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 22 Mar 2025 00:46:34 +0800 Subject: [PATCH 05/19] add space between each iteam --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f204c36..38cafe5 100644 --- a/README.md +++ b/README.md @@ -40,31 +40,31 @@ workflow [`step-summary`][step-summary], and Pull Request reviews (with

Microsoft - Microsoft + Microsoft   Apache - Apache + Apache   NASA - NASA + NASA   Samsung - Samsung + Samsung   TheAlgorithms - TheAlgorithms + TheAlgorithms   CachyOS - CachyOS + CachyOS   Nextcloud - Nextcloud + Nextcloud   Jupyter - Jupyter + Jupyter   NNStreamer - NNStreamer + NNStreamer   imgproxy - imgproxy + imgproxy   Zondax - Zondax + Zondax   AppNeta - AppNeta + AppNeta   Chocolate Doom - Chocolate Doom and many more. + Chocolate Doom and many more.

## Usage From 4103d5953ba65d81f786f1ee2026accf11b3bf4a Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 22 Mar 2025 00:49:06 +0800 Subject: [PATCH 06/19] adjust used-by section position --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 38cafe5..978e9ae 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,6 @@ to collect feedback provided in the form of workflow [`step-summary`][step-summary], and Pull Request reviews (with [`tidy-review`][tidy-review] or [`format-review`][format-review]). -> [!WARNING] -> We only support Linux runners using a Debian-based Linux OS (like Ubuntu and many others). -> -> MacOS and Windows runners are supported as well. - ## Used By

@@ -75,6 +70,11 @@ workflow [`step-summary`][step-summary], and Pull Request reviews (with > (see discussion in [#185](https://github.com/cpp-linter/cpp-linter-action/issues/185)). > Our intention is to synchronize with the default Python version included with Ubuntu's latest LTS releases. +> [!WARNING] +> We only support Linux runners using a Debian-based Linux OS (like Ubuntu and many others). +> +> MacOS and Windows runners are supported as well. + Create a new GitHub Actions workflow in your project, e.g. at [.github/workflows/cpp-linter.yml](https://github.com/cpp-linter/cpp-linter-action/blob/main/.github/workflows/cpp-linter.yml) The content of the file should be in the following format. From 746b1bca85c09dff15b472049ab118eba07711de Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 22 Mar 2025 01:02:27 +0800 Subject: [PATCH 07/19] add links to icons --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 978e9ae..6f94b6d 100644 --- a/README.md +++ b/README.md @@ -34,34 +34,35 @@ workflow [`step-summary`][step-summary], and Pull Request reviews (with ## Used By

- Microsoft + Microsoft Microsoft   - Apache + Apache Apache   - NASA + NASA NASA   - Samsung + Samsung Samsung   - TheAlgorithms + TheAlgorithms TheAlgorithms   - CachyOS + CachyOS CachyOS   - Nextcloud + Nextcloud Nextcloud   - Jupyter + Jupyter Jupyter   - NNStreamer + NNStreamer NNStreamer   - imgproxy + imgproxy imgproxy   - Zondax + Zondax Zondax   - AppNeta + AppNeta AppNeta   - Chocolate Doom + Chocolate Doom Chocolate Doom and many more.

+ ## Usage > [!NOTE] From 2ad1fe0a031a9a702d8931b5b18743ae330e826d Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 22 Mar 2025 01:04:38 +0800 Subject: [PATCH 08/19] adjust used by section position --- README.md | 68 +++++++++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 6f94b6d..fbce650 100644 --- a/README.md +++ b/README.md @@ -31,38 +31,6 @@ to collect feedback provided in the form of workflow [`step-summary`][step-summary], and Pull Request reviews (with [`tidy-review`][tidy-review] or [`format-review`][format-review]). -## Used By - -

- Microsoft - Microsoft   - Apache - Apache   - NASA - NASA   - Samsung - Samsung   - TheAlgorithms - TheAlgorithms   - CachyOS - CachyOS   - Nextcloud - Nextcloud   - Jupyter - Jupyter   - NNStreamer - NNStreamer   - imgproxy - imgproxy   - Zondax - Zondax   - AppNeta - AppNeta   - Chocolate Doom - Chocolate Doom and many more. -

- - ## Usage > [!NOTE] @@ -71,11 +39,6 @@ workflow [`step-summary`][step-summary], and Pull Request reviews (with > (see discussion in [#185](https://github.com/cpp-linter/cpp-linter-action/issues/185)). > Our intention is to synchronize with the default Python version included with Ubuntu's latest LTS releases. -> [!WARNING] -> We only support Linux runners using a Debian-based Linux OS (like Ubuntu and many others). -> -> MacOS and Windows runners are supported as well. - Create a new GitHub Actions workflow in your project, e.g. at [.github/workflows/cpp-linter.yml](https://github.com/cpp-linter/cpp-linter-action/blob/main/.github/workflows/cpp-linter.yml) The content of the file should be in the following format. @@ -102,6 +65,37 @@ For all explanations of our available input parameters and output variables, see See also our [example recipes][recipes-doc]. +## Used By + +

+ Microsoft + Microsoft   + Apache + Apache   + NASA + NASA   + Samsung + Samsung   + TheAlgorithms + TheAlgorithms   + CachyOS + CachyOS   + Nextcloud + Nextcloud   + Jupyter + Jupyter   + NNStreamer + NNStreamer   + imgproxy + imgproxy   + Zondax + Zondax   + AppNeta + AppNeta   + Chocolate Doom + Chocolate Doom and many more. +

+ ## Example ### Annotations From da9d81eff768eb9c5dae7283df7d02673adb4923 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sat, 22 Mar 2025 01:15:02 +0800 Subject: [PATCH 09/19] Update README.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbce650..faf591e 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ See also our [example recipes][recipes-doc]. AppNeta AppNeta   Chocolate Doom - Chocolate Doom and many more. + Chocolate Doom and many more.

## Example From 604bf1a982eacf12e24b7b4edb15b86aea7cd9c6 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Sun, 23 Mar 2025 16:58:21 +0000 Subject: [PATCH 10/19] add
to make sure logo and name in the same line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index faf591e..ab640e9 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ See also our [example recipes][recipes-doc]. CachyOS   Nextcloud Nextcloud   +
Jupyter Jupyter   NNStreamer From 3a64ab87469598d9f3cedb569641e7b8cb674946 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 24 Mar 2025 13:23:46 +0000 Subject: [PATCH 11/19] use markdown instead of html per code review --- README.md | 59 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index ab640e9..6cfa1d3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,33 @@ [format-review-preview]: https://raw.githubusercontent.com/cpp-linter/cpp-linter-action/main/docs/images/format-review.png [format-suggestion-preview]: https://raw.githubusercontent.com/cpp-linter/cpp-linter-action/main/docs/images/format-suggestion.png +[Microsoft]: https://avatars.githubusercontent.com/u/6154722?s=20&v=4 +[Microsoft-home]: https://github.com/Microsoft +[Apache]: https://avatars.githubusercontent.com/u/47359?s=20&v=4 +[Apache-home]: https://github.com/apache +[NASA]: https://avatars.githubusercontent.com/u/848102?s=20&v=4 +[NASA-home]: https://github.com/nasa +[Samsung]: https://avatars.githubusercontent.com/u/6210390?s=20&v=4 +[Samsung-home]: https://github.com/samsung +[The Algorithms]: https://avatars.githubusercontent.com/u/20487725?s=20&v=4 +[The Algorithms-home]: https://github.com/TheAlgorithms +[CachyOS]: https://avatars.githubusercontent.com/u/85452089?s=20&v=4 +[CachyOS-home]: https://github.com/CachyOS +[Nextcloud]: https://avatars.githubusercontent.com/u/19211038?s=20&v=4 +[Nextcloud-home]: https://github.com/nextcloud +[Jupyter]: https://avatars.githubusercontent.com/u/58793052?s=20&v=4 +[Jupyter-home]: https://github.com/jupyter-xeus +[NNStreamer]: https://avatars.githubusercontent.com/u/60992508?s=20&v=4 +[NNStreamer-home]: https://github.com/nnstreamer +[imgproxy]: https://avatars.githubusercontent.com/u/48099924?s=20&v=4 +[imgproxy-home]: https://github.com/imgproxy +[Zondax]: https://avatars.githubusercontent.com/u/34372050?s=20&v=4 +[Zondax-home]: https://github.com/Zondax +[AppNeta]: https://avatars.githubusercontent.com/u/3374594?s=20&v=4 +[AppNeta-home]: https://github.com/AppNeta +[Chocolate Doom]: https://avatars.githubusercontent.com/u/6140118?s=20&v=4 +[Chocolate Doom-home]: https://github.com/chocolate-doom + # C/C++ Linter Action | clang-format & clang-tidy @@ -67,35 +94,9 @@ See also our [example recipes][recipes-doc]. ## Used By -

- Microsoft - Microsoft   - Apache - Apache   - NASA - NASA   - Samsung - Samsung   - TheAlgorithms - TheAlgorithms   - CachyOS - CachyOS   - Nextcloud - Nextcloud   -
- Jupyter - Jupyter   - NNStreamer - NNStreamer   - imgproxy - imgproxy   - Zondax - Zondax   - AppNeta - AppNeta   - Chocolate Doom - Chocolate Doom and many more. -

+[![Microsoft]Microsoft][Microsoft-home] [![Apache]Apache][Apache-home] [![NASA]NASA][NASA-home] [![Samsung]Samsung][Samsung-home] [![The Algorithms]The Algorithms][The Algorithms-home] [![CachyOS]CachyOS][CachyOS-home] [![Nextcloud]Nextcloud][Nextcloud-home] + +[![Jupyter]Jupyter][Jupyter-home] [![NNStreamer]NNStreamer][NNStreamer-home] [![imgproxy]imgproxy][imgproxy-home] [![Zondax]Zondax][Zondax-home] [![AppNeta]AppNeta][AppNeta-home] [![Chocolate Doom]Chocolate Doom][Chocolate Doom-home] [and many more](https://github.com/cpp-linter/cpp-linter-action/network/dependents) ## Example From 4a616a7199b4479b585015581adc0cbb6f509749 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 24 Mar 2025 13:34:05 +0000 Subject: [PATCH 12/19] move links to used-by section --- README.md | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 6cfa1d3..7f3bc6f 100644 --- a/README.md +++ b/README.md @@ -15,33 +15,6 @@ [format-review-preview]: https://raw.githubusercontent.com/cpp-linter/cpp-linter-action/main/docs/images/format-review.png [format-suggestion-preview]: https://raw.githubusercontent.com/cpp-linter/cpp-linter-action/main/docs/images/format-suggestion.png -[Microsoft]: https://avatars.githubusercontent.com/u/6154722?s=20&v=4 -[Microsoft-home]: https://github.com/Microsoft -[Apache]: https://avatars.githubusercontent.com/u/47359?s=20&v=4 -[Apache-home]: https://github.com/apache -[NASA]: https://avatars.githubusercontent.com/u/848102?s=20&v=4 -[NASA-home]: https://github.com/nasa -[Samsung]: https://avatars.githubusercontent.com/u/6210390?s=20&v=4 -[Samsung-home]: https://github.com/samsung -[The Algorithms]: https://avatars.githubusercontent.com/u/20487725?s=20&v=4 -[The Algorithms-home]: https://github.com/TheAlgorithms -[CachyOS]: https://avatars.githubusercontent.com/u/85452089?s=20&v=4 -[CachyOS-home]: https://github.com/CachyOS -[Nextcloud]: https://avatars.githubusercontent.com/u/19211038?s=20&v=4 -[Nextcloud-home]: https://github.com/nextcloud -[Jupyter]: https://avatars.githubusercontent.com/u/58793052?s=20&v=4 -[Jupyter-home]: https://github.com/jupyter-xeus -[NNStreamer]: https://avatars.githubusercontent.com/u/60992508?s=20&v=4 -[NNStreamer-home]: https://github.com/nnstreamer -[imgproxy]: https://avatars.githubusercontent.com/u/48099924?s=20&v=4 -[imgproxy-home]: https://github.com/imgproxy -[Zondax]: https://avatars.githubusercontent.com/u/34372050?s=20&v=4 -[Zondax-home]: https://github.com/Zondax -[AppNeta]: https://avatars.githubusercontent.com/u/3374594?s=20&v=4 -[AppNeta-home]: https://github.com/AppNeta -[Chocolate Doom]: https://avatars.githubusercontent.com/u/6140118?s=20&v=4 -[Chocolate Doom-home]: https://github.com/chocolate-doom - # C/C++ Linter Action | clang-format & clang-tidy @@ -94,6 +67,33 @@ See also our [example recipes][recipes-doc]. ## Used By +[Microsoft]: https://avatars.githubusercontent.com/u/6154722?s=25&v=4 +[Microsoft-home]: https://github.com/Microsoft +[Apache]: https://avatars.githubusercontent.com/u/47359?s=25&v=4 +[Apache-home]: https://github.com/apache +[NASA]: https://avatars.githubusercontent.com/u/848102?s=25&v=4 +[NASA-home]: https://github.com/nasa +[Samsung]: https://avatars.githubusercontent.com/u/6210390?s=25&v=4 +[Samsung-home]: https://github.com/samsung +[The Algorithms]: https://avatars.githubusercontent.com/u/20487725?s=25&v=4 +[The Algorithms-home]: https://github.com/TheAlgorithms +[CachyOS]: https://avatars.githubusercontent.com/u/85452089?s=25&v=4 +[CachyOS-home]: https://github.com/CachyOS +[Nextcloud]: https://avatars.githubusercontent.com/u/19211038?s=25&v=4 +[Nextcloud-home]: https://github.com/nextcloud +[Jupyter]: https://avatars.githubusercontent.com/u/58793052?s=25&v=4 +[Jupyter-home]: https://github.com/jupyter-xeus +[NNStreamer]: https://avatars.githubusercontent.com/u/60992508?s=25&v=4 +[NNStreamer-home]: https://github.com/nnstreamer +[imgproxy]: https://avatars.githubusercontent.com/u/48099924?s=25&v=4 +[imgproxy-home]: https://github.com/imgproxy +[Zondax]: https://avatars.githubusercontent.com/u/34372050?s=25&v=4 +[Zondax-home]: https://github.com/Zondax +[AppNeta]: https://avatars.githubusercontent.com/u/3374594?s=25&v=4 +[AppNeta-home]: https://github.com/AppNeta +[Chocolate Doom]: https://avatars.githubusercontent.com/u/6140118?s=25&v=4 +[Chocolate Doom-home]: https://github.com/chocolate-doom + [![Microsoft]Microsoft][Microsoft-home] [![Apache]Apache][Apache-home] [![NASA]NASA][NASA-home] [![Samsung]Samsung][Samsung-home] [![The Algorithms]The Algorithms][The Algorithms-home] [![CachyOS]CachyOS][CachyOS-home] [![Nextcloud]Nextcloud][Nextcloud-home] [![Jupyter]Jupyter][Jupyter-home] [![NNStreamer]NNStreamer][NNStreamer-home] [![imgproxy]imgproxy][imgproxy-home] [![Zondax]Zondax][Zondax-home] [![AppNeta]AppNeta][AppNeta-home] [![Chocolate Doom]Chocolate Doom][Chocolate Doom-home] [and many more](https://github.com/cpp-linter/cpp-linter-action/network/dependents) From a2f363fb69ff9c6075b7e4b66ab0d8e57df7034a Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 24 Mar 2025 13:37:17 +0000 Subject: [PATCH 13/19] change img width to 28px --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7f3bc6f..efdb517 100644 --- a/README.md +++ b/README.md @@ -67,31 +67,31 @@ See also our [example recipes][recipes-doc]. ## Used By -[Microsoft]: https://avatars.githubusercontent.com/u/6154722?s=25&v=4 +[Microsoft]: https://avatars.githubusercontent.com/u/6154722?s=28&v=4 [Microsoft-home]: https://github.com/Microsoft -[Apache]: https://avatars.githubusercontent.com/u/47359?s=25&v=4 +[Apache]: https://avatars.githubusercontent.com/u/47359?s=28&v=4 [Apache-home]: https://github.com/apache -[NASA]: https://avatars.githubusercontent.com/u/848102?s=25&v=4 +[NASA]: https://avatars.githubusercontent.com/u/848102?s=28&v=4 [NASA-home]: https://github.com/nasa -[Samsung]: https://avatars.githubusercontent.com/u/6210390?s=25&v=4 +[Samsung]: https://avatars.githubusercontent.com/u/6210390?s=28&v=4 [Samsung-home]: https://github.com/samsung -[The Algorithms]: https://avatars.githubusercontent.com/u/20487725?s=25&v=4 +[The Algorithms]: https://avatars.githubusercontent.com/u/20487725?s=28&v=4 [The Algorithms-home]: https://github.com/TheAlgorithms -[CachyOS]: https://avatars.githubusercontent.com/u/85452089?s=25&v=4 +[CachyOS]: https://avatars.githubusercontent.com/u/85452089?s=28&v=4 [CachyOS-home]: https://github.com/CachyOS -[Nextcloud]: https://avatars.githubusercontent.com/u/19211038?s=25&v=4 +[Nextcloud]: https://avatars.githubusercontent.com/u/19211038?s=28&v=4 [Nextcloud-home]: https://github.com/nextcloud -[Jupyter]: https://avatars.githubusercontent.com/u/58793052?s=25&v=4 +[Jupyter]: https://avatars.githubusercontent.com/u/58793052?s=28&v=4 [Jupyter-home]: https://github.com/jupyter-xeus -[NNStreamer]: https://avatars.githubusercontent.com/u/60992508?s=25&v=4 +[NNStreamer]: https://avatars.githubusercontent.com/u/60992508?s=28&v=4 [NNStreamer-home]: https://github.com/nnstreamer -[imgproxy]: https://avatars.githubusercontent.com/u/48099924?s=25&v=4 +[imgproxy]: https://avatars.githubusercontent.com/u/48099924?s=28&v=4 [imgproxy-home]: https://github.com/imgproxy -[Zondax]: https://avatars.githubusercontent.com/u/34372050?s=25&v=4 +[Zondax]: https://avatars.githubusercontent.com/u/34372050?s=28&v=4 [Zondax-home]: https://github.com/Zondax -[AppNeta]: https://avatars.githubusercontent.com/u/3374594?s=25&v=4 +[AppNeta]: https://avatars.githubusercontent.com/u/3374594?s=28&v=4 [AppNeta-home]: https://github.com/AppNeta -[Chocolate Doom]: https://avatars.githubusercontent.com/u/6140118?s=25&v=4 +[Chocolate Doom]: https://avatars.githubusercontent.com/u/6140118?s=28&v=4 [Chocolate Doom-home]: https://github.com/chocolate-doom [![Microsoft]Microsoft][Microsoft-home] [![Apache]Apache][Apache-home] [![NASA]NASA][NASA-home] [![Samsung]Samsung][Samsung-home] [![The Algorithms]The Algorithms][The Algorithms-home] [![CachyOS]CachyOS][CachyOS-home] [![Nextcloud]Nextcloud][Nextcloud-home] From 3aead0868d88a65c3f2e644580fcf34344ff38c5 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 24 Mar 2025 13:47:28 +0000 Subject: [PATCH 14/19] adjust layout --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efdb517..5d845a9 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,9 @@ See also our [example recipes][recipes-doc]. [Chocolate Doom]: https://avatars.githubusercontent.com/u/6140118?s=28&v=4 [Chocolate Doom-home]: https://github.com/chocolate-doom -[![Microsoft]Microsoft][Microsoft-home] [![Apache]Apache][Apache-home] [![NASA]NASA][NASA-home] [![Samsung]Samsung][Samsung-home] [![The Algorithms]The Algorithms][The Algorithms-home] [![CachyOS]CachyOS][CachyOS-home] [![Nextcloud]Nextcloud][Nextcloud-home] +[![Microsoft]Microsoft][Microsoft-home] [![Apache]Apache][Apache-home] [![NASA]NASA][NASA-home] [![Samsung]Samsung][Samsung-home] [![The Algorithms]The Algorithms][The Algorithms-home] [![CachyOS]CachyOS][CachyOS-home] [![Nextcloud]Nextcloud][Nextcloud-home] [![Jupyter]Jupyter][Jupyter-home] -[![Jupyter]Jupyter][Jupyter-home] [![NNStreamer]NNStreamer][NNStreamer-home] [![imgproxy]imgproxy][imgproxy-home] [![Zondax]Zondax][Zondax-home] [![AppNeta]AppNeta][AppNeta-home] [![Chocolate Doom]Chocolate Doom][Chocolate Doom-home] [and many more](https://github.com/cpp-linter/cpp-linter-action/network/dependents) +[![NNStreamer]NNStreamer][NNStreamer-home] [![imgproxy]imgproxy][imgproxy-home] [![Zondax]Zondax][Zondax-home] [![AppNeta]AppNeta][AppNeta-home] [![Chocolate Doom]Chocolate Doom][Chocolate Doom-home] [and many more](https://github.com/cpp-linter/cpp-linter-action/network/dependents) ## Example From 2ea4551d9922825f4cd8673d01227d44f2223a9c Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 24 Mar 2025 14:01:34 +0000 Subject: [PATCH 15/19] add more space between logo&name --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d845a9..3325d06 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,13 @@ See also our [example recipes][recipes-doc]. [Chocolate Doom]: https://avatars.githubusercontent.com/u/6140118?s=28&v=4 [Chocolate Doom-home]: https://github.com/chocolate-doom -[![Microsoft]Microsoft][Microsoft-home] [![Apache]Apache][Apache-home] [![NASA]NASA][NASA-home] [![Samsung]Samsung][Samsung-home] [![The Algorithms]The Algorithms][The Algorithms-home] [![CachyOS]CachyOS][CachyOS-home] [![Nextcloud]Nextcloud][Nextcloud-home] [![Jupyter]Jupyter][Jupyter-home] +[![Microsoft] Microsoft][Microsoft-home]   [![Apache] Apache][Apache-home]   [![NASA] NASA][NASA-home]   +[![Samsung] Samsung][Samsung-home]   [![The Algorithms] The Algorithms][The Algorithms-home]   +[![CachyOS] CachyOS][CachyOS-home]   [![Nextcloud] Nextcloud][Nextcloud-home]   [![Jupyter] Jupyter][Jupyter-home] -[![NNStreamer]NNStreamer][NNStreamer-home] [![imgproxy]imgproxy][imgproxy-home] [![Zondax]Zondax][Zondax-home] [![AppNeta]AppNeta][AppNeta-home] [![Chocolate Doom]Chocolate Doom][Chocolate Doom-home] [and many more](https://github.com/cpp-linter/cpp-linter-action/network/dependents) +[![NNStreamer] NNStreamer][NNStreamer-home]   [![imgproxy] imgproxy][imgproxy-home]   [![Zondax] Zondax][Zondax-home]   +[![AppNeta] AppNeta][AppNeta-home]   [![Chocolate Doom] Chocolate Doom][Chocolate Doom-home]   +[and many more](https://github.com/cpp-linter/cpp-linter-action/network/dependents) ## Example From c2f45040534dfa7cdd3e483bcc0dc607889b98f3 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 24 Mar 2025 14:03:49 +0000 Subject: [PATCH 16/19] adjust layout --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3325d06..c608e3d 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,11 @@ See also our [example recipes][recipes-doc]. [![Microsoft] Microsoft][Microsoft-home]   [![Apache] Apache][Apache-home]   [![NASA] NASA][NASA-home]   [![Samsung] Samsung][Samsung-home]   [![The Algorithms] The Algorithms][The Algorithms-home]   -[![CachyOS] CachyOS][CachyOS-home]   [![Nextcloud] Nextcloud][Nextcloud-home]   [![Jupyter] Jupyter][Jupyter-home] +[![CachyOS] CachyOS][CachyOS-home]   [![Nextcloud] Nextcloud][Nextcloud-home] -[![NNStreamer] NNStreamer][NNStreamer-home]   [![imgproxy] imgproxy][imgproxy-home]   [![Zondax] Zondax][Zondax-home]   -[![AppNeta] AppNeta][AppNeta-home]   [![Chocolate Doom] Chocolate Doom][Chocolate Doom-home]   +[![Jupyter] Jupyter][Jupyter-home]   [![NNStreamer] NNStreamer][NNStreamer-home]   +[![imgproxy] imgproxy][imgproxy-home]   [![Zondax] Zondax][Zondax-home]   +[![AppNeta] AppNeta][AppNeta-home]   [![Chocolate Doom] Chocolate Doom][Chocolate Doom-home] [and many more](https://github.com/cpp-linter/cpp-linter-action/network/dependents) ## Example From 9945acac1ea48e0bd8525db86174ee2e62010abf Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 24 Mar 2025 14:14:00 +0000 Subject: [PATCH 17/19] change back to html --- README.md | 64 +++++++++++++++++++++++++------------------------------ 1 file changed, 29 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index c608e3d..ab640e9 100644 --- a/README.md +++ b/README.md @@ -67,41 +67,35 @@ See also our [example recipes][recipes-doc]. ## Used By -[Microsoft]: https://avatars.githubusercontent.com/u/6154722?s=28&v=4 -[Microsoft-home]: https://github.com/Microsoft -[Apache]: https://avatars.githubusercontent.com/u/47359?s=28&v=4 -[Apache-home]: https://github.com/apache -[NASA]: https://avatars.githubusercontent.com/u/848102?s=28&v=4 -[NASA-home]: https://github.com/nasa -[Samsung]: https://avatars.githubusercontent.com/u/6210390?s=28&v=4 -[Samsung-home]: https://github.com/samsung -[The Algorithms]: https://avatars.githubusercontent.com/u/20487725?s=28&v=4 -[The Algorithms-home]: https://github.com/TheAlgorithms -[CachyOS]: https://avatars.githubusercontent.com/u/85452089?s=28&v=4 -[CachyOS-home]: https://github.com/CachyOS -[Nextcloud]: https://avatars.githubusercontent.com/u/19211038?s=28&v=4 -[Nextcloud-home]: https://github.com/nextcloud -[Jupyter]: https://avatars.githubusercontent.com/u/58793052?s=28&v=4 -[Jupyter-home]: https://github.com/jupyter-xeus -[NNStreamer]: https://avatars.githubusercontent.com/u/60992508?s=28&v=4 -[NNStreamer-home]: https://github.com/nnstreamer -[imgproxy]: https://avatars.githubusercontent.com/u/48099924?s=28&v=4 -[imgproxy-home]: https://github.com/imgproxy -[Zondax]: https://avatars.githubusercontent.com/u/34372050?s=28&v=4 -[Zondax-home]: https://github.com/Zondax -[AppNeta]: https://avatars.githubusercontent.com/u/3374594?s=28&v=4 -[AppNeta-home]: https://github.com/AppNeta -[Chocolate Doom]: https://avatars.githubusercontent.com/u/6140118?s=28&v=4 -[Chocolate Doom-home]: https://github.com/chocolate-doom - -[![Microsoft] Microsoft][Microsoft-home]   [![Apache] Apache][Apache-home]   [![NASA] NASA][NASA-home]   -[![Samsung] Samsung][Samsung-home]   [![The Algorithms] The Algorithms][The Algorithms-home]   -[![CachyOS] CachyOS][CachyOS-home]   [![Nextcloud] Nextcloud][Nextcloud-home] - -[![Jupyter] Jupyter][Jupyter-home]   [![NNStreamer] NNStreamer][NNStreamer-home]   -[![imgproxy] imgproxy][imgproxy-home]   [![Zondax] Zondax][Zondax-home]   -[![AppNeta] AppNeta][AppNeta-home]   [![Chocolate Doom] Chocolate Doom][Chocolate Doom-home] -[and many more](https://github.com/cpp-linter/cpp-linter-action/network/dependents) +

+ Microsoft + Microsoft   + Apache + Apache   + NASA + NASA   + Samsung + Samsung   + TheAlgorithms + TheAlgorithms   + CachyOS + CachyOS   + Nextcloud + Nextcloud   +
+ Jupyter + Jupyter   + NNStreamer + NNStreamer   + imgproxy + imgproxy   + Zondax + Zondax   + AppNeta + AppNeta   + Chocolate Doom + Chocolate Doom and many more. +

## Example From b6638f942f295265b1827269fcadc5343036fd58 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 24 Mar 2025 14:18:26 +0000 Subject: [PATCH 18/19] adjust layout --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab640e9..eef7c8f 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,9 @@ See also our [example recipes][recipes-doc]. TheAlgorithms   CachyOS CachyOS   +
Nextcloud Nextcloud   -
Jupyter Jupyter   NNStreamer @@ -93,8 +93,10 @@ See also our [example recipes][recipes-doc]. Zondax   AppNeta AppNeta   +
Chocolate Doom - Chocolate Doom and many more. + Chocolate Doom + and many more.

## Example From f5272c58baa731b108361981141b42e1f3fea651 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 24 Mar 2025 14:22:43 +0000 Subject: [PATCH 19/19] added warning back --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eef7c8f..1bc3c63 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ to collect feedback provided in the form of workflow [`step-summary`][step-summary], and Pull Request reviews (with [`tidy-review`][tidy-review] or [`format-review`][format-review]). +> [!WARNING] +> We only support Linux runners using a Debian-based Linux OS (like Ubuntu and many others). +> +> MacOS and Windows runners are supported as well. + ## Usage > [!NOTE]