Skip to content

chore(builds): web and mobile (#1381) #892

chore(builds): web and mobile (#1381)

chore(builds): web and mobile (#1381) #892

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.0.5
- 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