roblox-actionscache/clang-tidy review
Create a pull request review based on warnings from clang-tidy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Authentication token | no | ${{ github.token }} |
| build_dir | Directory containing the compile_commands.json file | no | . |
| base_dir | Absolute path to initial working directory. Useful if generating `compile_commands.json` outside of the Action | — | ${{ github.workspace }} |
| clang_tidy_version | Version of clang-tidy to use; one of 6.0, 7, 8, 9, 10, 11, 12 | no | 12 |
| clang_tidy_checks | List of checks | no | -*,performance-*,readability-*,bugprone-*,clang-analyzer-*,cppcoreguidelines-*,mpi-*,misc-* |
| config_file | Location of .clang-tidy config file. If specified, takes preference over `clang_tidy_checks` | no | "" |
| include | Comma-separated list of files or patterns to include | no | *.[ch],*.[ch]xx,*.[ch]pp,*.[ch]++,*.cc,*.hh |
| exclude | Comma-separated list of files or patterns to exclude | no | "" |
| apt_packages | Comma-separated list of apt packages to install | no | "" |
| cmake_command | If set, run CMake as part of the action using this command | no | "" |
| max_comments | Maximum number of comments to post at once | no | 25 |
| pr | — | — | ${{ github.event.pull_request.number }} |
| repo | — | — | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| total_comments | Total number of warnings from clang-tidy |