Skip to content

Improve Issue Templates and Add Lighthouse CI Integration #30

Improve Issue Templates and Add Lighthouse CI Integration

Improve Issue Templates and Add Lighthouse CI Integration #30

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install Bun
uses: oven-sh/setup-bun@v2
with:
node-version: 20.18.0
- name: Install dependencies
run: bun install
- name: Build Next.js App
run: bun run build