Skip to content

[Snyk] Upgrade react-native from 0.78.0 to 0.78.1 #10

[Snyk] Upgrade react-native from 0.78.0 to 0.78.1

[Snyk] Upgrade react-native from 0.78.0 to 0.78.1 #10

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Typecheck files
run: yarn typecheck
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Run unit tests
run: yarn test --maxWorkers=2 --coverage