Skip to content

Update dependency next to v13 [SECURITY] #2359

Update dependency next to v13 [SECURITY]

Update dependency next to v13 [SECURITY] #2359

Workflow file for this run

name: Lint
on:
push:
branches: [kuso]
pull_request:
branches: [kuso]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint ESLint
run: yarn lint:eslint
- name: Lint Prettier
run: yarn lint:prettier