Skip to content

Smartling translations are completed for commit da44204953c76babca98cc8344308aa52eab0aae from main #2420

Smartling translations are completed for commit da44204953c76babca98cc8344308aa52eab0aae from main

Smartling translations are completed for commit da44204953c76babca98cc8344308aa52eab0aae from main #2420

Workflow file for this run

name: Style guide check
on:
pull_request:
jobs:
vale:
name: Run Vale
runs-on: ubuntu-latest
if: ${{ !startsWith(github.head_ref, 'smartling') && !startsWith(github.head_ref, 'renovate') }}
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: errata-ai/vale-action@reviewdog
with:
reporter: github-pr-check
files: '["src/content/docs/en"]'
filter_mode: diff_context
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}}