Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
36a0218
new file: .github/workflows/ci.yml
lateef-taiwo Jan 11, 2025
4731437
modified: .github/workflows/ci.yml
lateef-taiwo Jan 11, 2025
f685202
modified: .github/workflows/ci.yml
lateef-taiwo Jan 11, 2025
6952dc1
modified: .github/workflows/ci.yml
lateef-taiwo Jan 11, 2025
e4ed291
modified: .github/workflows/ci.yml
lateef-taiwo Jan 11, 2025
63bf099
modified: .github/workflows/ci.yml
lateef-taiwo Jan 11, 2025
f18d328
modified: .github/workflows/ci.yml
lateef-taiwo Jan 11, 2025
2e77924
modified: .github/workflows/ci.yml
lateef-taiwo Jan 11, 2025
6dc7d88
modified: .github/workflows/cicd.yml
lateef-taiwo Mar 8, 2025
bf24f42
modified: .github/workflows/ci.yml
lateef-taiwo Mar 8, 2025
cdffea0
Update ci.yml
lateef-taiwo Mar 8, 2025
a7fe936
modified: .github/workflows/ci.yml
lateef-taiwo Mar 8, 2025
8da2004
modified: .github/workflows/ci.yml
lateef-taiwo Mar 8, 2025
7341144
modified: .github/workflows/ci.yml
lateef-taiwo Mar 8, 2025
5336183
renamed: REDME.txt -> README.txt
lateef-taiwo Mar 8, 2025
20513df
feature/modify-ui-structure
lateef-taiwo Mar 8, 2025
a825165
feature/modify-ui-structure
lateef-taiwo Mar 8, 2025
381c1ca
feature/modify-ui-structure
lateef-taiwo Mar 8, 2025
a9da10b
feature/modify-ui-structure
lateef-taiwo Mar 8, 2025
371f9f1
feature/modify-ui-structure
lateef-taiwo Mar 8, 2025
d8265b9
feature/modify-ui-structure
lateef-taiwo Mar 8, 2025
f25bb9e
feature/modify-ui-structure
lateef-taiwo Mar 8, 2025
6c619bc
modified: .github/workflows/ci.yml
lateef-taiwo Jul 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: continuous-integration pipeline for nodejs App

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-24.04

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'

- name: Install dependencies
run: npm install
1 change: 1 addition & 0 deletions REDME.txt → README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ Technologies Used: NodeJS, ExpressJS, EJS, CSS, JavaScript, Nodemon, MongoDB, Mo
![image](https://user-images.githubusercontent.com/92246613/225239994-a5217721-e687-480e-9639-8a969410bb8f.png)


Testing New Feature branch