Skip to content

[Snyk] Upgrade react-native from 0.79.5 to 0.80.2 #3

[Snyk] Upgrade react-native from 0.79.5 to 0.80.2

[Snyk] Upgrade react-native from 0.79.5 to 0.80.2 #3

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 🏗 Setup Node
uses: actions/setup-node@v4
with:
cache: npm
- name: 📦 Install dependencies
run: npm install
- name: 🔬 Lint
run: npm run lint
- name: 🧼 Format
run: npm run format
- name: 🧪 Test
run: npm run test
- name: 📝 Typescript
run: npx tsc --noEmit
- name: 🧱 Compile Expo Plugins
run: ./scripts/compile-plugins.sh
- name: 🍎 iOS Build
run: npx expo export -p ios