ZedThree / clang-tidy-review

Create a pull request review based on clang-tidy warnings
MIT License
88 stars 44 forks source link

Pass `--max-comments` to Docker with non-split workflow too #67

Closed zhongfu closed 1 year ago

zhongfu commented 1 year ago

Currently, the --max-comments arg only gets passed to Docker with the split workflow; with the non-split workflow, the max_comments action input is effectively ignored.

ZedThree commented 1 year ago

Lovely, thanks @zhongfu !