Skip to content

feat: migrate to Next.js 16, React 19, and BiomeJS #83

feat: migrate to Next.js 16, React 19, and BiomeJS

feat: migrate to Next.js 16, React 19, and BiomeJS #83

Workflow file for this run

name: Develop Workflow
on:
push:
branches:
- '*'
- '!live'
- '!main'
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint