Skip to content

build(deps): bump react-native-safe-area-context from 4.8.2 to 4.10.8 #37

build(deps): bump react-native-safe-area-context from 4.8.2 to 4.10.8

build(deps): bump react-native-safe-area-context from 4.8.2 to 4.10.8 #37

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup project
uses: ./.github/actions/setup-project
- run: npm run lint:quiet
prettier:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup project
uses: ./.github/actions/setup-project
- run: npm run prettier:check