Use clang-format-12

This commit is contained in:
Changho Hwang
2023-03-27 14:00:03 +00:00
parent c706990c18
commit 72431957fd
3 changed files with 5 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3
- name: Install ClangFormat
run: sudo apt-get install -y clang-format
run: sudo apt-get install -y clang-format-12
- name: Run cpplint
run: make cpplint