si1ver/Run CMake Format
Runs CMake formatting and linting tools.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command to run. Possible values are 'format' or 'lint'. 'format' will run cmake-format, 'lint' will run cmake-lint. | yes | — |
| path | The path to the project directory to format or lint. CMake files will be searched recursively in this directory. | yes | — |
| apply-formatting | Whether to apply formatting changes. Possible values are 'true' or 'false'. Only relevant for the 'format' command. | no | false |
| lint-log-level | The log level for cmake-lint. Possible values are 'debug', 'info', 'warning', or 'error'. Only relevant for the 'lint' command. | no | warning |
Outputs
no outputs