Skip to content

Commit 3426274

Browse files
GitHub Actions - Lint Code - Remove clang-format run
clang-format was just producing too much noise - every build was erroring, when it was practically fine. Let's just remove it for now.
1 parent a8b79a1 commit 3426274

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/lint_code.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,3 @@ jobs:
2424
- name: Analysing the Python code with ruff (Hard Error)
2525
run: |
2626
./scripts/python_linter_run_ruff.bash
27-
28-
- name: Install Clang-Format
29-
run: |
30-
sudo apt-get install -y clang-format
31-
32-
- name: Check C++ Code with Clang-Format
33-
run: |
34-
./scripts/cpp_formatter_run_clang_format_check.bash

0 commit comments

Comments
 (0)