We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f62a9 commit f14f3a4Copy full SHA for f14f3a4
1 file changed
.github/workflows/format.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Commit auto-fixes
49
uses: stefanzweifel/git-auto-commit-action@v5
50
with:
51
- commit_message: "style: apply automatic formatting and lint fixes"
+ commit_message: "Automatically apply formatting and lint fixes"
52
53
- name: Check C++ formatting
54
run: find cpp2rust tests -name '*.cpp' -o -name '*.h' -o -name '*.c' | xargs clang-format --dry-run --Werror
0 commit comments