Skip to content

Bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.19.0 #501

Bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.19.0

Bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.19.0 #501

Workflow file for this run

name: 'lint'
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
npm run format-check
- run: |
npm run lint