Skip to content

Bump eslint-config-next from 13.4.12 to 15.1.3 #11

Bump eslint-config-next from 13.4.12 to 15.1.3

Bump eslint-config-next from 13.4.12 to 15.1.3 #11

Workflow file for this run

name: PR Check
on: [pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint