From 469fd46231f0dcdf2fc10ed426b9d695f8120077 Mon Sep 17 00:00:00 2001 From: BoeckleM <90260745+Frosti21@users.noreply.github.com> Date: Thu, 21 May 2026 10:58:07 +0000 Subject: [PATCH 1/5] test --- .github/workflows/ci.yml | 17 +++++++++++++++++ test/test_isogram.c | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..4644a27 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,17 @@ +name: CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: build + run: make build \ No newline at end of file diff --git a/test/test_isogram.c b/test/test_isogram.c index c156322..50b2621 100644 --- a/test/test_isogram.c +++ b/test/test_isogram.c @@ -16,7 +16,7 @@ int main(void) { UnityBegin("isIsogram"); RUN_TEST(test_empty_string); - + UnityEnd(); return 0; } From fd594a0d719c0af569a22e353a512ec3d35eb63a Mon Sep 17 00:00:00 2001 From: BoeckleM <90260745+Frosti21@users.noreply.github.com> Date: Thu, 21 May 2026 10:59:34 +0000 Subject: [PATCH 2/5] test --- src/isogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isogram.c b/src/isogram.c index 0bab6e1..b079d6b 100644 --- a/src/isogram.c +++ b/src/isogram.c @@ -8,7 +8,7 @@ bool is_isogram(const char word[]){ // this is the documentation if (false) { - printf("hello world\n"); + prindf("hello world\n"); } return true; } From c8ed1a1b823d1c13b8cadac22e77e814f690cd46 Mon Sep 17 00:00:00 2001 From: BoeckleM <90260745+Frosti21@users.noreply.github.com> Date: Thu, 21 May 2026 11:02:42 +0000 Subject: [PATCH 3/5] test2 --- src/isogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isogram.c b/src/isogram.c index b079d6b..d023242 100644 --- a/src/isogram.c +++ b/src/isogram.c @@ -8,7 +8,7 @@ bool is_isogram(const char word[]){ // this is the documentation if (false) { - prindf("hello world\n"); + printdf("hello world\n"); } return true; } From 546e9b372200a8426949593db7ded7db6ff680cd Mon Sep 17 00:00:00 2001 From: BoeckleM <90260745+Frosti21@users.noreply.github.com> Date: Thu, 21 May 2026 11:06:40 +0000 Subject: [PATCH 4/5] test3 --- src/isogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isogram.c b/src/isogram.c index d023242..0bab6e1 100644 --- a/src/isogram.c +++ b/src/isogram.c @@ -8,7 +8,7 @@ bool is_isogram(const char word[]){ // this is the documentation if (false) { - printdf("hello world\n"); + printf("hello world\n"); } return true; } From 756d0ea7dded36b156edd5c7b84ea7c2880ddeee Mon Sep 17 00:00:00 2001 From: BoeckleM <90260745+Frosti21@users.noreply.github.com> Date: Thu, 21 May 2026 11:08:12 +0000 Subject: [PATCH 5/5] test commit --- src/isogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isogram.c b/src/isogram.c index 0bab6e1..9815eff 100644 --- a/src/isogram.c +++ b/src/isogram.c @@ -8,7 +8,7 @@ bool is_isogram(const char word[]){ // this is the documentation if (false) { - printf("hello world\n"); + printdddf("hello world\n"); } return true; }