Skip to content

Merge branch 'main' of https://github.com/Bhavya031/shlper #2

Merge branch 'main' of https://github.com/Bhavya031/shlper

Merge branch 'main' of https://github.com/Bhavya031/shlper #2

Workflow file for this run

name: Install and Run
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14'
- name: Install Dependencies
run: |
npm install
- name: Run npm run dev
run: |
npm run dev