Skip to content

Bump vitest from 2.1.8 to 3.0.5 #15

Bump vitest from 2.1.8 to 3.0.5

Bump vitest from 2.1.8 to 3.0.5 #15

Workflow file for this run

name: mobile
on:
pull_request:
paths:
- 'services/mobile/**'
- 'modules/common/**'
- '.github/workflows/mobile-ci.yml'
defaults:
run:
working-directory: services/mobile
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/setup-deps'
- run: pnpm run typecheck