Skip to content

build(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.8.0 #1485

build(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.8.0

build(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.8.0 #1485

Workflow file for this run

name: lint
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx cspell "**/{*.ts,*.md}"
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run lint