Skip to content

chore(deps): update typescript-eslint monorepo to v8 (major) #2165

chore(deps): update typescript-eslint monorepo to v8 (major)

chore(deps): update typescript-eslint monorepo to v8 (major) #2165

Workflow file for this run

name: Check
on:
pull_request:
branches:
- main
- staging
jobs:
eslint:
name: Eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn --frozen-lockfile
- name: eslint check
run: yarn lint