Skip to content

chore(deps): bump send, expo and expo-router #97

chore(deps): bump send, expo and expo-router

chore(deps): bump send, expo and expo-router #97

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci --legacy-peer-deps --prefer-offline
- name: Run ESLint
run: npm run lint
- name: Type check
run: npm run lint:tsc