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 efb23a4..1bc3c63 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) @@ -71,6 +70,40 @@ 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 @@ -113,7 +146,6 @@ Using [`format-review`][format-review]: ![sample format-suggestion][format-suggestion-preview] - ## Add C/C++ Linter Action badge in README You can show C/C++ Linter Action status with a badge in your repository README