Skip to content

[Snyk] Upgrade react-native-gesture-handler from 2.24.0 to 2.27.2 #4

[Snyk] Upgrade react-native-gesture-handler from 2.24.0 to 2.27.2

[Snyk] Upgrade react-native-gesture-handler from 2.24.0 to 2.27.2 #4

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