googletest
googletest copied to clipboard
Check code formatting with GitHub Action
I see that there is a .clang-format configuration file under the code repository, and the contribution documentation reminds developers that they need to use clang-format to check to format.
So it would help googletest to have a CI to check the code formatting of the pull request every time.