Skip to content

chore(deps): bump eslint-plugin-unused-imports from 4.1.4 to 4.2.0 #8041

chore(deps): bump eslint-plugin-unused-imports from 4.1.4 to 4.2.0

chore(deps): bump eslint-plugin-unused-imports from 4.1.4 to 4.2.0 #8041

Workflow file for this run

name: typedoc-check
on:
pull_request: ~
push:
branches: ['main']
tags: ['v*']
paths-ignore:
- 'docs/**'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: git fetch --depth=1
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'yarn'
- run: yarn install --frozen-lockfile --ignore-engines
- run: yarn doc