Skip to content

Commit f3975fe

Browse files
Update ci.yaml
1 parent 6bac735 commit f3975fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
sudo apt-get update
4747
sudo apt-get install -y build-essential cmake clang-tidy clang-format
4848
49-
- name: Run Clang-Format Check
50-
run: |
51-
find src include tests -name "*.cpp" -o -name "*.hpp" | xargs clang-format --dry-run --Werror
49+
#- name: Run Clang-Format Check
50+
# run: |
51+
# find src include tests -name "*.cpp" -o -name "*.hpp" | xargs clang-format --dry-run --Werror
5252

5353
#- name: Run Clang-Tidy (Linter)
5454
# run: |

0 commit comments

Comments
 (0)