Skip to content

Merge branch 'main' of https://github.com/gunganghaljido/HelloFit_Fro… #250

Merge branch 'main' of https://github.com/gunganghaljido/HelloFit_Fro…

Merge branch 'main' of https://github.com/gunganghaljido/HelloFit_Fro… #250

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build Next.js app
run: npm run build