Skip to content

Commit f14f3a4

Browse files
committed
edits
1 parent 25f62a9 commit f14f3a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Commit auto-fixes
4949
uses: stefanzweifel/git-auto-commit-action@v5
5050
with:
51-
commit_message: "style: apply automatic formatting and lint fixes"
51+
commit_message: "Automatically apply formatting and lint fixes"
5252

5353
- name: Check C++ formatting
5454
run: find cpp2rust tests -name '*.cpp' -o -name '*.h' -o -name '*.c' | xargs clang-format --dry-run --Werror

0 commit comments

Comments
 (0)