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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,12 +85,12 @@ jobs:
85
85
86
86
#### `lines-changed-only`
87
87
88
-
-**Description**: Set this option to true to only analyse changes in the event's diff.
88
+
-**Description**: Set this option to true to only analyze changes in the event's diff.
89
89
- Default: false
90
90
91
91
#### `files-changed-only`
92
92
93
-
-**Description**: Set this option to false to analyse any source files in the repo.
93
+
-**Description**: Set this option to false to analyze any source files in the repo.
94
94
- Default: true
95
95
96
96
#### `ignore`
@@ -106,7 +106,7 @@ jobs:
106
106
- Prefix a path with a bang ('!') to make it explicitly _not_ ignored - order of
107
107
multiple paths does _not_ take precedence. The '!' prefix can be applied to
108
108
a submodule's path (if desired) but not hidden directories.
109
-
- Glob patterns are not supported here. All asterick characters ('\*') are literal.
109
+
- Glob patterns are not supported here. All asterisk characters ('\*') are literal.
110
110
- Default: '.github'
111
111
112
112
#### `thread-comments`
@@ -116,6 +116,11 @@ jobs:
116
116
variable. See [Authenticating with the GITHUB_TOKEN](https://docs.github.com/en/actions/reference/authentication-in-a-workflow)
117
117
- Default: true
118
118
119
+
#### `database`
120
+
121
+
-**Description**: The directory containing compilation database (like compile_commands.json) file.
122
+
- Default: ''
123
+
119
124
### Outputs
120
125
121
126
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.
@@ -140,7 +145,7 @@ You can show C/C++ Lint Action status with a badge in your repository README
0 commit comments