Skip to content

Bump @typescript-eslint/parser from 7.8.0 to 7.11.0 #374

Bump @typescript-eslint/parser from 7.8.0 to 7.11.0

Bump @typescript-eslint/parser from 7.8.0 to 7.11.0 #374

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run prettier:check