From e9afdbe40c488f1742f0c216cadec8c729a97668 Mon Sep 17 00:00:00 2001 From: Ahmad Raza Date: Tue, 20 Jan 2026 16:22:33 +0500 Subject: [PATCH 1/2] CICD pipeline Added --- .../.github/workflow/ci.yml/ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _project_starter_/.github/workflow/ci.yml/ci.yml diff --git a/_project_starter_/.github/workflow/ci.yml/ci.yml b/_project_starter_/.github/workflow/ci.yml/ci.yml new file mode 100644 index 0000000..c93c4f2 --- /dev/null +++ b/_project_starter_/.github/workflow/ci.yml/ci.yml @@ -0,0 +1,19 @@ +name: CI Pipeline + +on: + push: + branches: ["main"] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Verify HTML file + run: echo "index.html verified" + + - name: Manual Test Check + run: echo "Refer TEST_CASES.md for manual testing" From a517662f30343548ec7d836d02bbf901d462cc76 Mon Sep 17 00:00:00 2001 From: Ahmad Raza Date: Tue, 20 Jan 2026 17:12:56 +0500 Subject: [PATCH 2/2] change Add --- .../.github/workflow/ci.yml/ci.yml | 19 ------------------- _project_starter_/index.html | 13 ------------- _project_starter_/script.js | 1 - _project_starter_/style.css | 16 ---------------- animated-countdown/index.html | 1 + 5 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 _project_starter_/.github/workflow/ci.yml/ci.yml delete mode 100644 _project_starter_/index.html delete mode 100644 _project_starter_/script.js delete mode 100644 _project_starter_/style.css diff --git a/_project_starter_/.github/workflow/ci.yml/ci.yml b/_project_starter_/.github/workflow/ci.yml/ci.yml deleted file mode 100644 index c93c4f2..0000000 --- a/_project_starter_/.github/workflow/ci.yml/ci.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: CI Pipeline - -on: - push: - branches: ["main"] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Verify HTML file - run: echo "index.html verified" - - - name: Manual Test Check - run: echo "Refer TEST_CASES.md for manual testing" diff --git a/_project_starter_/index.html b/_project_starter_/index.html deleted file mode 100644 index 4783501..0000000 --- a/_project_starter_/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - My Project - - -

Project Starter

- - - diff --git a/_project_starter_/script.js b/_project_starter_/script.js deleted file mode 100644 index 8b13789..0000000 --- a/_project_starter_/script.js +++ /dev/null @@ -1 +0,0 @@ - diff --git a/_project_starter_/style.css b/_project_starter_/style.css deleted file mode 100644 index ec80c4b..0000000 --- a/_project_starter_/style.css +++ /dev/null @@ -1,16 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); - -* { - box-sizing: border-box; -} - -body { - font-family: 'Roboto', sans-serif; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - height: 100vh; - overflow: hidden; - margin: 0; -} diff --git a/animated-countdown/index.html b/animated-countdown/index.html index b04e91c..88af51c 100644 --- a/animated-countdown/index.html +++ b/animated-countdown/index.html @@ -15,6 +15,7 @@ 0

Get Ready

+
Get Ready For Testing