From 1859f0fadde9b4df647960afe2a889d9b5db97fd Mon Sep 17 00:00:00 2001 From: Nika Vardidze Date: Thu, 21 May 2026 11:04:08 +0000 Subject: [PATCH 1/4] yml file --- .github/workflows/ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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..31b15f8 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,19 @@ +name: CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + + - name: build + run: make build \ No newline at end of file From 094af054d7fada8ff5abb0baf3ef7ff2d24b66f2 Mon Sep 17 00:00:00 2001 From: Nika Vardidze Date: Thu, 21 May 2026 11:08:14 +0000 Subject: [PATCH 2/4] Changes --- src/isogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isogram.c b/src/isogram.c index 0bab6e1..158e4f7 100644 --- a/src/isogram.c +++ b/src/isogram.c @@ -6,7 +6,7 @@ bool is_isogram(const char word[]){ - // this is the documentation + // Hello if (false) { printf("hello world\n"); } From 18c8f220d0f6a13e98b2f06ea41cb4a4b65d6fa7 Mon Sep 17 00:00:00 2001 From: Nika Vardidze Date: Thu, 21 May 2026 11:15:03 +0000 Subject: [PATCH 3/4] Comment --- src/isogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isogram.c b/src/isogram.c index 158e4f7..8f72cab 100644 --- a/src/isogram.c +++ b/src/isogram.c @@ -6,7 +6,7 @@ bool is_isogram(const char word[]){ - // Hello + // Hello 123 if (false) { printf("hello world\n"); } From e2e7d9fc159b41a4d596aece1617569c66fe80f4 Mon Sep 17 00:00:00 2001 From: Nika Vardidze Date: Thu, 21 May 2026 11:16:21 +0000 Subject: [PATCH 4/4] Comments --- src/isogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isogram.c b/src/isogram.c index 8f72cab..85e4715 100644 --- a/src/isogram.c +++ b/src/isogram.c @@ -6,7 +6,7 @@ bool is_isogram(const char word[]){ - // Hello 123 + // Hello 12 if (false) { printf("hello world\n"); }