We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255ebc5 commit cc28be0Copy full SHA for cc28be0
1 file changed
.github/workflows/clang-format.yml
@@ -1,8 +1,8 @@
1
-name: clang-format Check
+name: clang-format check
2
on: [push, pull_request]
3
jobs:
4
formatting-check:
5
- name: Formatting Check
+ name: formatting check
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
@@ -12,7 +12,7 @@ jobs:
12
- 'include'
13
steps:
14
- uses: actions/checkout@v4
15
- - name: Run clang-format style check for C/C++/Protobuf programs.
+ - name: runs clang-format style check for C/C++/Protobuf programs.
16
uses: jidicula/clang-format-action@v4.13.0
17
with:
18
clang-format-version: '13'
0 commit comments