You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
> 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
-
47
43
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)
48
44
49
45
The content of the file should be in the following format.
0 commit comments