Skip to content

deps: bump @next/eslint-plugin-next from 14.2.5 to 15.0.3 #89

deps: bump @next/eslint-plugin-next from 14.2.5 to 15.0.3

deps: bump @next/eslint-plugin-next from 14.2.5 to 15.0.3 #89

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run linter
run: yarn lint