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
+15-7
Original file line number
Diff line number
Diff line change
@@ -11,28 +11,36 @@
11
11
12
12
A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of thread comments and/or annotations.
13
13
14
+
## What's New
15
+
16
+
v2
17
+
18
+
* Change action from using docker to composite steps
19
+
* improve workflow runs times from 1m 24s (currently) to 6-20s.
20
+
* better support for the database input option (which is currently broken with the docker env).
21
+
* better support cross-compilation
22
+
* better support 3rd party libraries
23
+
* Includes many issues and enhancements. See [#87](https://github.com/cpp-linter/cpp-linter-action/issues/87) for details.
24
+
25
+
Refer [here](https://github.com/cpp-linter/cpp-linter-action/tree/v1) for previous versions.
26
+
14
27
## Usage
15
28
16
29
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/master/.github/workflows/cpp-linter.yml)
17
30
18
31
The content of the file should be in the following format.
0 commit comments