From ae56ab7f78e2a3a9a1db4470de93606d66f4102e Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Wed, 13 Aug 2025 04:38:57 -0700 Subject: [PATCH] docs: update README follow-up to #306 Python is no longer required to be installed on the runner anymore. `uv sync` will automatically download the latest supported stable version of Python. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eb641420..8f910a80 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + [file-annotations]: https://cpp-linter.github.io/cpp-linter-action/inputs-outputs/#file-annotations [thread-comments]: https://cpp-linter.github.io/cpp-linter-action/inputs-outputs/#thread-comments [step-summary]: https://cpp-linter.github.io/cpp-linter-action/inputs-outputs/#step-summary @@ -38,12 +40,6 @@ workflow [`step-summary`][step-summary], and Pull Request reviews (with ## 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'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) The content of the file should be in the following format.