We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7b116 commit cb115c1Copy full SHA for cb115c1
.github/workflows/ci.yml
@@ -5,6 +5,10 @@ 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 apt update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-19 10
12
- name: format code
13
run: scripts/format_code.sh
14
- name: check diff
0 commit comments