Skip to content

refactor(metadata.ts): remove themeColor from metadata to align with … #87

refactor(metadata.ts): remove themeColor from metadata to align with …

refactor(metadata.ts): remove themeColor from metadata to align with … #87

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