Skip to content

Smartling translations are completed for commit 1283c5ebf563ad746aa339da9450335400f4c936 from main #1115

Smartling translations are completed for commit 1283c5ebf563ad746aa339da9450335400f4c936 from main

Smartling translations are completed for commit 1283c5ebf563ad746aa339da9450335400f4c936 from main #1115

Workflow file for this run

name: Check for typos
on: [pull_request]
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Check for typos
uses: crate-ci/typos@master
with:
files: src/content/docs/**/*.mdx
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}}