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 fafac20 commit a15b6a5Copy full SHA for a15b6a5
.github/workflows/pipeline.yml
@@ -162,7 +162,7 @@ jobs:
162
sudo apt update && sudo apt install -y clang-format-16
163
sudo ln -sf $(which clang-format-16) $(which clang-format)
164
165
- test "$(clang-format --version)" == "$(clang-forsmat-16 --version)"
+ test "$(clang-format --version)" == "$(clang-format-16 --version)"
166
167
- name: Test format with clang format
168
run: ./scripts/fmt.sh
0 commit comments