Is your idea related to an existing feature?
No response
Describe the behavior you would like
When clang-format detects style failures, the action currently leaves fixing to the developer.
This issue proposes an auto-fix: that automatically commits the formatted changes back to the PR branch — eliminating the manual fix-and-repush cycle for purely mechanical style issues.
Comparable patterns exist in the ecosystem today (e.g. autofix.ci). A native fix option would lower the barrier to adoption and reduce CI noise significantly.
Proposed behavior:
- uses: cpp-linter/cpp-linter-action@v2
with:
auto-fix: 'true'
Describe alternatives you have considered
No response
Additional context
No response
Is your idea related to an existing feature?
No response
Describe the behavior you would like
When clang-format detects style failures, the action currently leaves fixing to the developer.
This issue proposes an
auto-fix: that automatically commits the formatted changes back to the PR branch — eliminating the manual fix-and-repush cycle for purely mechanical style issues.Comparable patterns exist in the ecosystem today (e.g. autofix.ci). A native fix option would lower the barrier to adoption and reduce CI noise significantly.
Proposed behavior:
Describe alternatives you have considered
No response
Additional context
No response