Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.10.0 #527

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.10.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.10.0 #527

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run lint