We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308803d commit 1e70126Copy full SHA for 1e70126
.github/workflows/format-check.yaml
@@ -15,5 +15,5 @@ jobs:
15
16
- name: Run clang-format check
17
run: |
18
- find ./tests ./modules -type f \( -name "*.cpp" -o -name "*.h" \) \
+ find ./ ./tests ./modules -type f \( -name "*.cpp" -o -name "*.h" \) \
19
| xargs clang-format --dry-run --Werror
modules/EtRobocon2025.cpp
@@ -8,5 +8,5 @@
8
9
void EtRobocon2025::start()
10
{
11
- std::cout << "Hello KATLAB" << std::endl;
+ std::cout << "Hello KATLA" << std::endl;
12
}
0 commit comments