We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd74e94 commit f1287e9Copy full SHA for f1287e9
.github/workflows/clang-format-check.yml
@@ -12,6 +12,6 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Run clang-format style check for C/C++ programs.
15
- uses: jidicula/clang-format-action@v4.11.0
+ uses: jidicula/clang-format-action@v4.12.0
16
with:
17
check-path: ${{ matrix.path }}
0 commit comments