Skip to content

🧹 [Refactor] Replace console.error with proper error handling in CalendarScreen #144

🧹 [Refactor] Replace console.error with proper error handling in CalendarScreen

🧹 [Refactor] Replace console.error with proper error handling in CalendarScreen #144

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Validate Expo config
run: npx expo config --json > /dev/null