martinzink commented on code in PR #2010:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2010#discussion_r2278654148
##########
.github/workflows/ci.yml:
##########
@@ -535,32 +535,18 @@ jobs:
with:
name: behavex_output
path: build/behavex_output
- cpplint:
- name: "cpplint"
+ linters:
Review Comment:
Didnt think of that, makes sense. How about this?
https://github.com/apache/nifi-minifi-cpp/pull/2010/commits/16b91ee67184d2dab5f228aa618e991deb2d6398
This should run all 3 before failing so we can see the outputs but doesnt
require multiple jobs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]