Skip to content

added client and pm, tpm #28

added client and pm, tpm

added client and pm, tpm #28

Workflow file for this run

name: Mobile Lint
on:
push:
branches: [main, dev]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: mobile
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
cache-dependency-path: mobile/package-lock.json
- name: Install dependencies
run: npm ci
- name: Lint with ESLint (Expo)
run: npm run lint