This commit is contained in:
Sergey Kuznetsov
2023-11-29 15:17:34 +00:00
committed by Sergey Kuznetsov
parent 9ef6801c55
commit 252920ec57
2 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ runs:
run: |
sudo apt update -qq
sudo apt install -y jq clang-format-17
sudo rm /usr/bin/clang-format
sudo ln -s /usr/bin/clang-format-17 /usr/bin/clang-format
shell: bash
- name: Run formatter