Skip to content

added github actions #1

added github actions

added github actions #1

Workflow file for this run

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