From 3bb30599b524d90817ff23df17c66fda321f5d5b Mon Sep 17 00:00:00 2001 From: Anas-Mubarak Date: Wed, 10 Jun 2026 17:28:37 +0000 Subject: [PATCH 1/5] feat: a --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e58be39d95..458b098275 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,4 @@ npm run dev _This starts the server in non-database mode._ It will serve a simple webpage at `http://localhost:8080`. You do _not_ need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course! +"MYNAME's version of Boot.dev's Notely app." \ No newline at end of file From 81441b46e4de4eb139d3500d290e939cacf26cc9 Mon Sep 17 00:00:00 2001 From: Anas-Mubarak Date: Fri, 12 Jun 2026 04:44:01 +0000 Subject: [PATCH 2/5] test: test commit --- .github/workflows/ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 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 0000000000..d7231da99d --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +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) \ No newline at end of file From 5fa48dc63902b2655662f42e91308e73204bb91e Mon Sep 17 00:00:00 2001 From: Anas-Mubarak Date: Fri, 12 Jun 2026 05:10:55 +0000 Subject: [PATCH 3/5] feat: test commit --- README.md | 2 +- help | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 help diff --git a/README.md b/README.md index 458b098275..3c82980671 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ npm run dev _This starts the server in non-database mode._ It will serve a simple webpage at `http://localhost:8080`. You do _not_ need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course! -"MYNAME's version of Boot.dev's Notely app." \ No newline at end of file +"MYNAME's version of Boot.dev's Notely app." diff --git a/help b/help new file mode 100644 index 0000000000..e69de29bb2 From 1a61f4ef329c15ebad1e29f7f4c345ccdf600727 Mon Sep 17 00:00:00 2001 From: Anas-Mubarak Date: Tue, 16 Jun 2026 16:40:59 +0000 Subject: [PATCH 4/5] fix: fix ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7231da99d..5c9ef1f109 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,5 @@ jobs: with: node-version: 22 - - name: Force Failure - run: (exit 1) \ No newline at end of file + - name: check version + run: node --versio \ No newline at end of file From 1100ca802856697a5baf4d1742a6baeef904de17 Mon Sep 17 00:00:00 2001 From: Anas-Mubarak Date: Tue, 16 Jun 2026 16:42:46 +0000 Subject: [PATCH 5/5] fix: fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c9ef1f109..54d258bc6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,4 @@ jobs: node-version: 22 - name: check version - run: node --versio \ No newline at end of file + run: node --version \ No newline at end of file