Skip to content

fix: center merchant name/location and trim whitespace #4109

fix: center merchant name/location and trim whitespace

fix: center merchant name/location and trim whitespace #4109

Workflow file for this run

name: Lint & Format
on:
push:
branches: [master, qa]
pull_request:
branches: [master, qa]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.22'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run ESLint with Expo (includes Prettier)
run: npm run lint
# Temporarily disabled - fix TypeScript errors first
# - name: TypeScript compilation check
# run: npx tsc --noEmit