Skip to content

Commit cc28be0

Browse files
authored
Update clang-format.yml
1 parent 255ebc5 commit cc28be0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/clang-format.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: clang-format Check
1+
name: clang-format check
22
on: [push, pull_request]
33
jobs:
44
formatting-check:
5-
name: Formatting Check
5+
name: formatting check
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
@@ -12,7 +12,7 @@ jobs:
1212
- 'include'
1313
steps:
1414
- uses: actions/checkout@v4
15-
- name: Run clang-format style check for C/C++/Protobuf programs.
15+
- name: runs clang-format style check for C/C++/Protobuf programs.
1616
uses: jidicula/[email protected]
1717
with:
1818
clang-format-version: '13'

0 commit comments

Comments
 (0)