We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7b116 commit a6f29e3Copy full SHA for a6f29e3
.github/workflows/ci.yml
@@ -5,6 +5,11 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
+ - name: init
9
+ run: |
10
+ sudo apt update -yqq && sudo apt install -yqq clang-format-19
11
+ sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-19 100
12
+ clang-format --version
13
- name: format code
14
run: scripts/format_code.sh
15
- name: check diff
0 commit comments