Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.11.0 #711

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.11.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.11.0 #711

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