Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 #1482

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 #1482

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