diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ca90cb7..8c3ec94 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,6 +6,3 @@ contact_links: - name: cpp-linter discussions url: https://github.com/orgs/cpp-linter/discussions about: A place for feedback not specific to cpp-linter-action - - name: Maintainers' note - url: https://github.com/cpp-linter/cpp-linter-action/issues/new - about: Start a discussion for maintainers only diff --git a/.github/workflows/self-test.yml b/.github/workflows/self-test.yml index e2b1f54..1d14324 100644 --- a/.github/workflows/self-test.yml +++ b/.github/workflows/self-test.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18'] + clang-version: ['9','10', '11', '12', '13', '14', '15', '16', '17', '18', '19'] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/used-by.yml b/.github/workflows/used-by.yml deleted file mode 100644 index 3dbf333..0000000 --- a/.github/workflows/used-by.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Used By - -on: - schedule: - # https://crontab.guru/ - - cron: '0 9 * * 1' # At 09:00 on Monday. - workflow_dispatch: - -jobs: - used-by: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: shenxianpeng/used-by@v0.1.2 - 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]" - title: "chore: automatically update used-by badge" - base: main - labels: skip-changelog - delete-branch: true diff --git a/README.md b/README.md index 2f95384..1bc3c63 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ # C/C++ Linter Action | clang-format & clang-tidy  -[](https://github.com/cpp-linter/cpp-linter-action/network/dependents) [](https://github.com/marketplace/actions/c-c-linter) [](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml) [](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
+
+ Apache
+
+ NASA
+
+ Samsung
+
+ TheAlgorithms
+
+ CachyOS
+
+
+ Nextcloud
+
+ Jupyter
+
+ NNStreamer
+
+ imgproxy
+
+ Zondax
+
+ AppNeta
+
+
+ Chocolate Doom
+ and many more.
+