Skip to content

Merge pull request #4 from Goscord/Bluzzi-patch-1 #81

Merge pull request #4 from Goscord/Bluzzi-patch-1

Merge pull request #4 from Goscord/Bluzzi-patch-1 #81

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
nextjs:
name: NextJS
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build NextJS
run: npm run build