Conversation
- Add upload artifacts
- Use job strategy matrix - inplace True allows artifacts to be uploaded; however workflow succeeds even if there are errors - inplace False fails workflow if there are errors
- Fix syntax error
|
The modified c++ files are the results of the linter. The action uploads them as an artifact. |
|
What happens if the linter finds errors in the code style? Does it fail the pipeline or it just provides the changed files? |
It's a matrix strategy. So when "inplace" is true the workflow succeeds and the artifacts are uploaded. Then it runs with "inplace" as false and will fail the workflow if there are errors. The latest failure should show that as an example. |
|
Description
Type of Change
Checklist