diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..85c7e49 --- /dev/null +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file diff --git a/REDME.txt b/README.txt similarity index 99% rename from REDME.txt rename to README.txt index e2d2ad3..e97fc59 100644 --- a/REDME.txt +++ b/README.txt @@ -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