Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

build(deps): bump next from 15.0.3 to 15.1.2 in /packages/editor #535

build(deps): bump next from 15.0.3 to 15.1.2 in /packages/editor

build(deps): bump next from 15.0.3 to 15.1.2 in /packages/editor #535

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ '*' ]
push:
branches: [ '*' ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: pnpm/action-setup@v2
with:
version: 8
# Install dependencies without frozen lockfile
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
# Add Husky installation
- name: Setup Husky
run: pnpm run prepare
- name: Lint and Type Check
run: |
pnpm run -r lint
pnpm run -r typecheck