approvals / ApprovalTests.cpp

Native ApprovalTests for C++ on Linux, Mac and Windows
https://approvaltestscpp.readthedocs.io/en/latest/
Apache License 2.0
318 stars 51 forks source link

Add clang-format job to GitHub Actions build #78

Closed alastairUK closed 4 years ago

alastairUK commented 4 years ago

This should run a clang-format job to check code is formatted correctly - the GitHub actions build will fail if it is not.

claremacrae commented 4 years ago

Thanks @alastairUK !