Skip to content

Update typescript-eslint monorepo to v8 #588

Update typescript-eslint monorepo to v8

Update typescript-eslint monorepo to v8 #588

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v5
with:
path: '**/node_modules'
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-node@v6
with:
node-version: 22.x
- run: yarn install
- run: yarn run lint