Skip to content

Commit a4be24b

Browse files
committed
clang format version 20
1 parent b542fbf commit a4be24b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codechecks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- uses: actions/checkout@v3
99
- name: Install dependencies
1010
run: |
11+
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
1112
sudo apt install clang-format-20
1213
- name: Run clang-format
1314
run: |

0 commit comments

Comments
 (0)