From 2aa86a505e7e5cb2aa8afb5fd53fa2a4e5851019 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:14:03 +0300 Subject: [PATCH 1/3] chore: update used-by badge by github-actions[bot] (#266) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 938b24c..3ef2fc4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ # 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=643&color=informational&logo=slickpic)](https://github.com/cpp-linter/cpp-linter-action/network/dependents) +[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=652&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 4afb97cfa83cf51df33e9cd77b8e25ba5dfe236c Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Tue, 1 Oct 2024 15:16:48 +0300 Subject: [PATCH 2/3] docs: update README.md to remove useless section (#269) closes #268 --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3ef2fc4..2f95384 100644 --- a/README.md +++ b/README.md @@ -33,30 +33,17 @@ 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). +> We only support Linux runners using a Debian-based Linux OS (like Ubuntu and many others). > > MacOS and Windows runners are supported as well. -## What's New - -v2 - -* Change action from using docker to composite steps - * improve workflow runs times from 1m 24s (using v1) to 6-20s (for simple workflow runs). - * better support for the database input option (which was broken with the docker environment in v1). - * better support cross-compilation - * better support 3rd party libraries -* Includes many issues and enhancements. See [#87](https://github.com/cpp-linter/cpp-linter-action/issues/87) for details. - -Refer [here](https://github.com/cpp-linter/cpp-linter-action/tree/v1) for previous versions. - ## Usage > [!NOTE] > Python 3.10 needs to be installed in the docker image if your workflow is > [running jobs in a container](https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container) > (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 latest LTS releases. +> Our intention is to synchronize with the default Python version included with Ubuntu's latest LTS releases. 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) @@ -72,7 +59,7 @@ The content of the file should be in the following format. with: style: 'file' # Use .clang-format config file tidy-checks: '' # Use .clang-tidy config file - # only 'update' a single comment in a pull request's thread. + # only 'update' a single comment in a pull request thread. thread-comments: ${{ github.event_name == 'pull_request' && 'update' }} - name: Fail fast?! if: steps.linter.outputs.checks-failed > 0 From d9c25b7e58c0ade2b4d1d3374b6ce57fc80d20e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:30:32 -0700 Subject: [PATCH 3/3] Bump cpp-linter from 1.10.2 to 1.10.3 in the pip group (#271) Bumps the pip group with 1 update: [cpp-linter](https://github.com/cpp-linter/cpp-linter). Updates `cpp-linter` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/cpp-linter/cpp-linter/releases) - [Commits](https://github.com/cpp-linter/cpp-linter/compare/v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: cpp-linter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7dd66cf..ec63a25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ clang-tools==0.13.1 # cpp-linter core Python executable package # For details please see: https://github.com/cpp-linter/cpp-linter -cpp-linter==1.10.2 +cpp-linter==1.10.3