It would be a good idea to have an examples folder (with a README in it) that demonstrates how to use commonly desirable configurations. Example ideas include: - [x] run clang-tidy only - [x] run clang-format only - [x] apply `thread-comments` to only pull requests in workflows that also trigger on push events (similar to example in root README) - [ ] cpp-linter/cpp-linter#82 _Originally posted by @2bndy5 in https://github.com/cpp-linter/cpp-linter-action/issues/193#issuecomment-1953183685_