Skip to content

Bump @vitest/ui from 1.6.0 to 2.1.1 #4843

Bump @vitest/ui from 1.6.0 to 2.1.1

Bump @vitest/ui from 1.6.0 to 2.1.1 #4843

Workflow file for this run

name: Lint check
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install --global yarn && yarn
name: Install dependencies
- run: yarn lint
name: Run lint