Skip to content

Bump @typescript-eslint/utils from 5.42.0 to 6.20.0 #1525

Bump @typescript-eslint/utils from 5.42.0 to 6.20.0

Bump @typescript-eslint/utils from 5.42.0 to 6.20.0 #1525

Workflow file for this run

name: Run ESLint
on:
pull_request: {}
push:
branches:
- master
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn eslint