Skip to content

Upgrading to React 19.2 and Next.js 16 #46

Upgrading to React 19.2 and Next.js 16

Upgrading to React 19.2 and Next.js 16 #46

Workflow file for this run

name: CI
on: [push, pull_request]
env:
API_KEY: ${{ secrets.API_KEY }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint