Skip to content

feat(deps): update Google Mobile Ads SDK to iOS 13.5.0 and Android 25.4.0 #906

feat(deps): update Google Mobile Ads SDK to iOS 13.5.0 and Android 25.4.0

feat(deps): update Google Mobile Ads SDK to iOS 13.5.0 and Android 25.4.0 #906

Workflow file for this run

name: Documentation
on:
pull_request:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spelling:
name: 'Spelling & Grammar & Markdown'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: actions/setup-node@v6
with:
node-version: 24
- uses: actions/cache@v4
name: Yarn Cache
id: yarn-cache
with:
path: .yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('package.json', 'RNGoogleMobileAdsExample/package.json') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Yarn Install
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
retry_wait_seconds: 60
max_attempts: 3
command: yarn
- name: Spell check
run: |
yarn lint:spellcheck