Skip to content

Update react monorepo to v18 (major) #2323

Update react monorepo to v18 (major)

Update react monorepo to v18 (major) #2323

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