fixed_string icon indicating copy to clipboard operation
fixed_string copied to clipboard

Add clang-format to CI

Open unterumarmung opened this issue 3 years ago • 1 comments

Example: https://github.com/YACLib/YACLib/blob/main/.github/workflows/clang-format.yml

unterumarmung avatar Aug 16 '21 16:08 unterumarmung

One way to add a clang-format and a bunch of other checks is to use pre-commit hooks. Although they are called pre-commit, it is possible to run them on demand at any time.

You can find an example in these files: a list of hooks and a workflow file.

b1ackviking avatar Dec 15 '21 06:12 b1ackviking