We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7470b5 commit 68a8f83Copy full SHA for 68a8f83
.github/workflows/pipeline.yml
@@ -154,7 +154,15 @@ jobs:
154
runs-on: ubuntu-latest
155
156
steps:
157
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
158
+
159
+ - name: Install clang-format version
160
+ run: |
161
+ wget https://apt.llvm.org/llvm.sh
162
+ chmod +x llvm.sh
163
+ sudo ./llvm.sh 16
164
165
+ clang-format --version
166
167
- name: Test format with clang format
168
run: ./scripts/fmt.sh
0 commit comments