Skip to content

Commit ae56ab7

Browse files
committed
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.
1 parent ac82521 commit ae56ab7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- markdownlint-disable MD033 MD041-->
2+
13
[file-annotations]: https://cpp-linter.github.io/cpp-linter-action/inputs-outputs/#file-annotations
24
[thread-comments]: https://cpp-linter.github.io/cpp-linter-action/inputs-outputs/#thread-comments
35
[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
3840
3941
## Usage
4042

41-
> [!NOTE]
42-
> Python 3.10 needs to be installed in the docker image if your workflow is
43-
> [running jobs in a container](https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container)
44-
> (see discussion in [#185](https://github.com/cpp-linter/cpp-linter-action/issues/185)).
45-
> Our intention is to synchronize with the default Python version included with Ubuntu's latest LTS releases.
46-
4743
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)
4844

4945
The content of the file should be in the following format.

0 commit comments

Comments
 (0)