Skip to content

Commit 1e70126

Browse files
committed
ちゃんとミスるかの確認
1 parent 308803d commit 1e70126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515

1616
- name: Run clang-format check
1717
run: |
18-
find ./tests ./modules -type f \( -name "*.cpp" -o -name "*.h" \) \
18+
find ./ ./tests ./modules -type f \( -name "*.cpp" -o -name "*.h" \) \
1919
| xargs clang-format --dry-run --Werror

modules/EtRobocon2025.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
void EtRobocon2025::start()
1010
{
11-
std::cout << "Hello KATLAB" << std::endl;
11+
std::cout << "Hello KATLA" << std::endl;
1212
}

0 commit comments

Comments
 (0)