Skip to content

Upgrade Next.js to 15.x (security) (#22) #42

Upgrade Next.js to 15.x (security) (#22)

Upgrade Next.js to 15.x (security) (#22) #42

Workflow file for this run

name: CI Checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint