Skip to content

docs: Update language support page (Japanese) with the latest information #119

docs: Update language support page (Japanese) with the latest information

docs: Update language support page (Japanese) with the latest information #119

Workflow file for this run

name: Checks for Japanese documentation
on:
workflow_dispatch:
pull_request:
branches: [main]
paths:
- "src/content/docs/ja/**"
jobs:
ja-docs-check:
name: Checks on JA docs
runs-on: ubuntu-latest
steps:
- name: Checkout PR branch
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version-file: ".node-version"
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- name: Cache pnpm modules
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- name: Install libraries
run: pnpm i
- name: Run textlint
run: pnpm textlint