Skip to content

Update dependency eslint to v8.53.0 #670

Update dependency eslint to v8.53.0

Update dependency eslint to v8.53.0 #670

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- '*.ts'
- '*.js'
- '**eslint**'
- 'yarn.lock'
- '.github/workflows/eslint-source.yml'
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
env:
HUSKY_SKIP_INSTALL: true
TERM: xterm-256color
steps:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile --ignore-scripts --ignore-optional --non-interactive --silent --production=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run ESLint
run: yarn lint