Skip to content

Next.js 15 + react 19 #6

Next.js 15 + react 19

Next.js 15 + react 19 #6

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v4
with:
version: 9.12.3
- uses: actions/setup-node@v4
with:
version: 20.17
cache: "pnpm"
- shell: bash
run: pnpm add -g turbo
- shell: bash
run: pnpm install --frozen-lockfile
- name: Run lint
run: pnpm lint