Skip to content

Bump @typescript-eslint/eslint-plugin from 8.11.0 to 8.13.0 #716

Bump @typescript-eslint/eslint-plugin from 8.11.0 to 8.13.0

Bump @typescript-eslint/eslint-plugin from 8.11.0 to 8.13.0 #716

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint:check