We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2110095 + e62f25f commit d71ca1dCopy full SHA for d71ca1d
1 file changed
.github/workflows/coding-style-check.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- uses: actions/checkout@v3
34
- name: Check .cpp/.h/.mm with clang-format
35
- uses: DoozyX/clang-format-lint-action@a83a8fb7d371f66da7dd1c4f33a193023899494b
+ uses: DoozyX/clang-format-lint-action@11b773b1598aa4ae3b32f023701bca5201c3817d
36
with:
37
clangFormatVersion: 14
38
# When updating the extension list, remember to update
0 commit comments