From 9a984f1951549e0fe7356e3c2e47f879336b9c59 Mon Sep 17 00:00:00 2001 From: ahmedgamalyousef Date: Wed, 1 Oct 2025 20:37:45 +0300 Subject: [PATCH] Adding CI Workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b5d602..ebb938d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,6 @@ on: jobs: build-and-test: - runs-on: ubuntu-latest - steps: - name: Checkout repository uses: actions/checkout@v3