Skip to content

feat(android): getter/setter for applicationLocales in Android 12 and up #1454

feat(android): getter/setter for applicationLocales in Android 12 and up

feat(android): getter/setter for applicationLocales in Android 12 and up #1454

Workflow file for this run

name: API Docs
on:
push:
paths:
- 'apidoc/**'
pull_request:
paths:
- 'apidoc/**'
jobs:
docs:
runs-on: ubuntu-latest
name: Docs
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
name: Install dependencies
- run: npm run lint:docs
name: Lint