We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bac735 commit f3975feCopy full SHA for f3975fe
1 file changed
.github/workflows/ci.yaml
@@ -46,9 +46,9 @@ jobs:
46
sudo apt-get update
47
sudo apt-get install -y build-essential cmake clang-tidy clang-format
48
49
- - name: Run Clang-Format Check
50
- run: |
51
- find src include tests -name "*.cpp" -o -name "*.hpp" | xargs clang-format --dry-run --Werror
+ #- name: Run Clang-Format Check
+ # run: |
+ # find src include tests -name "*.cpp" -o -name "*.hpp" | xargs clang-format --dry-run --Werror
52
53
#- name: Run Clang-Tidy (Linter)
54
# run: |
0 commit comments