Skip to content

[SDK][Dashboard] Add new WorkerUtils add missing parameters to detail… #7033

[SDK][Dashboard] Add new WorkerUtils add missing parameters to detail…

[SDK][Dashboard] Add new WorkerUtils add missing parameters to detail… #7033

Workflow file for this run

name: Lint check
on:
push:
paths-ignore:
- 'packages/examples/cvat/**'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- name: Install dependencies
run: yarn
- name: Run lint
run: yarn lint