Skip to content

build(deps-dev): bump vitest from 2.1.1 to 2.1.2 #34

build(deps-dev): bump vitest from 2.1.1 to 2.1.2

build(deps-dev): bump vitest from 2.1.1 to 2.1.2 #34

Workflow file for this run

name: Default Pipeline
on:
pull_request:
push:
branches:
- "main"
jobs:
init:
uses: ./.github/workflows/00-init.yml
build:
uses: ./.github/workflows/01-build.yml
needs: [init]
secrets: inherit
with:
release: false
lint:
uses: ./.github/workflows/01-lint.yml
needs: [init]
secrets: inherit
test:
uses: ./.github/workflows/01-test.yml
needs: [init]
secrets: inherit