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
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,12 @@ Refer [here](https://github.com/cpp-linter/cpp-linter-action/tree/v1) for previo
30
30
31
31
## Usage
32
32
33
+
> [!NOTE]
34
+
> Python 3.10 needs to be installed in the docker image if your workflow is
35
+
> [running jobs in a container](https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container)
36
+
> (see discussion in [#185](https://github.com/cpp-linter/cpp-linter-action/issues/185)).
37
+
> Our intention is to synchronize with the default python version included with Ubuntu latest LTS releases.
38
+
33
39
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)
34
40
35
41
The content of the file should be in the following format.
0 commit comments