Skip to content

Bump eslint-config-next from 15.0.0 to 15.0.1 #1731

Bump eslint-config-next from 15.0.0 to 15.0.1

Bump eslint-config-next from 15.0.0 to 15.0.1 #1731

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
cache: 'yarn'
- run: yarn install
- run: yarn lint