Skip to content

chore(deps-dev): bump @types/react-dom from 18.3.0 to 18.3.1 in /native #2830

chore(deps-dev): bump @types/react-dom from 18.3.0 to 18.3.1 in /native

chore(deps-dev): bump @types/react-dom from 18.3.0 to 18.3.1 in /native #2830

Workflow file for this run

name: main-ci-native
on:
push:
paths:
- "native/**"
jobs:
main-ci-native:
name: Main CI native
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 9.11.0
- name: install dependencies
run: cd native && pnpm install --frozen-lockfile
- name: lint
run: cd native && pnpm lint
- name: format
run: cd native && pnpm format:check
- name: type check
run: cd native && pnpm type-check