Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Bump eslint-config-next from 15.3.5 to 15.4.1 #968

Bump eslint-config-next from 15.3.5 to 15.4.1

Bump eslint-config-next from 15.3.5 to 15.4.1 #968

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
eslint:
name: Building Next.js project
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install PNPM
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build