From 874015f0ba56fc51ef91ddcca1e74f058b45cf10 Mon Sep 17 00:00:00 2001 From: BilalMahfouf Date: Sun, 5 Apr 2026 13:57:57 +0100 Subject: [PATCH 1/6] ok --- foo.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 foo.ts diff --git a/foo.ts b/foo.ts new file mode 100644 index 0000000000..8d1c1fe793 --- /dev/null +++ b/foo.ts @@ -0,0 +1 @@ +let a = 5; From 536a32eb579d0c800129d7553fbdeb60afe37890 Mon Sep 17 00:00:00 2001 From: BilalMahfouf Date: Sun, 5 Apr 2026 14:12:33 +0100 Subject: [PATCH 2/6] add ci workflow --- .github/workflows/ci.yml | 23 +++++++++++++++++++++++ test | 0 2 files changed, 23 insertions(+) create mode 100644 .github/workflows/ci.yml create mode 100644 test diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000000..3cccae02c8 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,23 @@ +name: ci + + +on: + pull_request: + branches: [main] + + +jobs: + tests: + name: Tests + runs-on: ubuntu-latest + steps: + - name: Check out code + uses: actions/checkout@v4 + + - name: Set up Node + uses: actions/setup-node@v4 + with: + node-version: 22 + + - name: Force Failure + run: (exit 1) diff --git a/test b/test new file mode 100644 index 0000000000..e69de29bb2 From 7aa1cad2ea7559cfe1795cdd192968fcbdbbaeef Mon Sep 17 00:00:00 2001 From: BilalMahfouf Date: Sun, 5 Apr 2026 14:20:29 +0100 Subject: [PATCH 3/6] fix ci file --- .github/workflows/ci.yml | 43 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cccae02c8..659caa0210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,23 +1,22 @@ -name: ci - - -on: - pull_request: - branches: [main] - - -jobs: - tests: - name: Tests - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v4 - - - name: Set up Node - uses: actions/setup-node@v4 - with: - node-version: 22 - - - name: Force Failure +name: ci + +on: + pull_request: + branches: [main] + +jobs: + tests: + name: Tests + runs-on: ubuntu-latest + + steps: + - name: Check out code + uses: actions/checkout@v4 + + - name: Set up Node + uses: actions/setup-node@v4 + with: + node-version: 22 + + - name: Force Failure run: (exit 1) From 867141cdf37db195d734b6ab1014becc7783b8b0 Mon Sep 17 00:00:00 2001 From: BilalMahfouf Date: Sun, 5 Apr 2026 14:23:33 +0100 Subject: [PATCH 4/6] fix ci file (again) --- .github/workflows/ci.yml | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 659caa0210..3286408ed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,22 +1,22 @@ -name: ci - -on: - pull_request: - branches: [main] - -jobs: - tests: - name: Tests - runs-on: ubuntu-latest - - steps: - - name: Check out code - uses: actions/checkout@v4 - - - name: Set up Node - uses: actions/setup-node@v4 - with: - node-version: 22 - - - name: Force Failure - run: (exit 1) +name: ci + +on: + pull_request: + branches: [main] + +jobs: + tests: + name: Tests + runs-on: ubuntu-latest + + steps: + - name: Check out code + uses: actions/checkout@v4 + + - name: Set up Node + uses: actions/setup-node@v4 + with: + node-version: 22 + + - name: Force Failure + run: exit 1 From 4dec37d39acd77939ea44349f7de982189e7508b Mon Sep 17 00:00:00 2001 From: BilalMahfouf Date: Sun, 5 Apr 2026 14:27:05 +0100 Subject: [PATCH 5/6] add bilal.cs file --- bilal.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bilal.cs diff --git a/bilal.cs b/bilal.cs new file mode 100644 index 0000000000..88edfe7752 --- /dev/null +++ b/bilal.cs @@ -0,0 +1,8 @@ + + + +public class Main { + public static Main(){ + return 0; + } +} From e500318f8626f6f8320054a0fe14998065728442 Mon Sep 17 00:00:00 2001 From: BilalMahfouf Date: Mon, 6 Apr 2026 08:39:10 +0100 Subject: [PATCH 6/6] add bilal.ts --- bilal/bilal.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 bilal/bilal.ts diff --git a/bilal/bilal.ts b/bilal/bilal.ts new file mode 100644 index 0000000000..f39e9ace05 --- /dev/null +++ b/bilal/bilal.ts @@ -0,0 +1 @@ +let bilal = " bilal";