Skip to content

Commit a15b6a5

Browse files
committed
Typo in the test command for the clang-format version
1 parent fafac20 commit a15b6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
sudo apt update && sudo apt install -y clang-format-16
163163
sudo ln -sf $(which clang-format-16) $(which clang-format)
164164
165-
test "$(clang-format --version)" == "$(clang-forsmat-16 --version)"
165+
test "$(clang-format --version)" == "$(clang-format-16 --version)"
166166
167167
- name: Test format with clang format
168168
run: ./scripts/fmt.sh

0 commit comments

Comments
 (0)