You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add auto-fix option to automatically format and commit clang-format fixes
Adds two new inputs:
- auto-fix: runs cpp-linter --fix and auto-commits changes
- fix-commit-msg: custom commit message (default: 'style: apply styling format fix')
The auto-fix workflow:
1. Runs cpp-linter with --fix (applies clang-format -i)
2. If there are changed files, commits and pushes as github-actions[bot]
3. Push failures degrade to a warning
Closes#439
0 commit comments