Skip to content

[signature-library] [android] Reflect Signature 16KB page size aligned libraries #2450

[signature-library] [android] Reflect Signature 16KB page size aligned libraries

[signature-library] [android] Reflect Signature 16KB page size aligned libraries #2450

Workflow file for this run

name: Check for typos
on:
pull_request:
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
if: ${{ !startsWith(github.head_ref, 'smartling') && !startsWith(github.head_ref, 'renovate') }}
steps:
- name: Checkout Actions Repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Check for typos
uses: crate-ci/typos@master
with:
files: src/content/docs/en/**/*.md*
env:
# Required, set by GitHub actions automatically:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}