mozga-intel edited a comment on pull request #20433:
URL: https://github.com/apache/incubator-mxnet/pull/20433#issuecomment-884199469


   @szha @leezu How about adding a workflow like this: please have a look at: 
`Clang format lint / clang-format (pull_request)`. in this PR.  The 
clang-format checks the latest master with the current branch. If something 
goes wrong, then you get an error message. If clang-format finds an error, then 
we can add a special description on a wiki of how to run clang_format locally. 
   ```bash
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   | clang-format failures found! Run: 
   |    tool/lint/clang_format_ci.sh 3480ba2c6df02bb907d3a975d354efa8697c4e71 
   | to fix this error. 
   | **For more info, see: ___LINK__TO_WIKI__
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
   ```
   * LINK_TO_WIKI there is a place to put a link. 
   
   > * How the differences should be shown? - Either report it directly by 
showing that something went wrong or maybe it could be better to do it 
automatically behind a curtain. [Personally, I prefer to report any mistakes]
   
   If something goes wrong, then you get an error: please have a look at the 
example: 
[Link](https://github.com/apache/incubator-mxnet/runs/3124138013?check_suite_focus=true).


-- 
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]


Reply via email to