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
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,19 @@ jobs:
165
165
166
166
### Outputs
167
167
168
-
This action creates 1 output variable named `checks-failed`. Even if the linting checks fail for source files this action will still pass, but users' CI workflows can use this action's output to exit the workflow early if that is desired.
168
+
This action creates 3 output variables. Even if the linting checks fail for source files this action will still pass, but users' CI workflows can use this action's outputs to exit the workflow early if that is desired.
169
+
170
+
#### `checks-failed`
171
+
172
+
The total number of concerns raised by both clang-format and clang-tidy.
173
+
174
+
#### `clang-tidy-checks-failed`
175
+
176
+
The total number of concerns raised by clang-tidy only.
177
+
178
+
#### `clang-format-checks-failed`
179
+
180
+
The total number of concerns raised by clang-format only.
0 commit comments