Skip to content

Bump @firebase/rules-unit-testing from 3.0.4 to 4.0.1 #6

Bump @firebase/rules-unit-testing from 3.0.4 to 4.0.1

Bump @firebase/rules-unit-testing from 3.0.4 to 4.0.1 #6

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