Skip to content

docs(vitest): add Vitest option to testing section (#1407) #425

docs(vitest): add Vitest option to testing section (#1407)

docs(vitest): add Vitest option to testing section (#1407) #425

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
format:
name: Format
uses: ./.github/workflows/format.yml