From 2df1c3b82c5548a3032ffc8dd9cb44449a7652a8 Mon Sep 17 00:00:00 2001 From: ballandoSullaTastiera Date: Thu, 21 May 2026 10:58:31 +0000 Subject: [PATCH 1/2] ci pipeline --- .github/workflows/ci.yml | 17 +++++++++++++++++ 1 file changed, 17 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..d6da520 --- /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 + + -name: build + run: make build \ No newline at end of file From f1c1c6408297b6b74b10aa6b41be72aea8a45f21 Mon Sep 17 00:00:00 2001 From: ballandoSullaTastiera Date: Thu, 21 May 2026 11:10:41 +0000 Subject: [PATCH 2/2] new commit --- src/isogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isogram.c b/src/isogram.c index 0bab6e1..a3d069d 100644 --- a/src/isogram.c +++ b/src/isogram.c @@ -5,7 +5,7 @@ #include -bool is_isogram(const char word[]){ +bool ajondois_isogram(const char word[]){ // this is the documentation if (false) { printf("hello world\n");