Commit d8e7dbf
ORC-1835: [C++] Fix cpp-linter-action to build first
### What changes were proposed in this pull request?
Insert a build step before cpp-linter-action to do its job.
### Why are the changes needed?
We need to build C++ code to export command json file.
### How was this patch tested?
Pass CI.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2113 from wgtmac/fix_cpp_linter.
Authored-by: Gang Wu <ustcwg@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>1 parent 3eb423a commit d8e7dbf
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
182 | 187 | | |
183 | 188 | | |
184 | 189 | | |
| |||
191 | 196 | | |
192 | 197 | | |
193 | 198 | | |
194 | | - | |
195 | | - | |
| 199 | + | |
196 | 200 | | |
197 | 201 | | |
198 | 202 | | |
| |||
0 commit comments