Skip to content

Update typescript-eslint monorepo to v6 #1219

Update typescript-eslint monorepo to v6

Update typescript-eslint monorepo to v6 #1219

Workflow file for this run

name: Check
on: [push, pull_request]
jobs:
lint:
strategy:
matrix:
node-version: [18.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install --immutable
- run: yarn turbo lint