Skip to content

docs(ja): sync translations from c55404f to 7e33ade #12818

docs(ja): sync translations from c55404f to 7e33ade

docs(ja): sync translations from c55404f to 7e33ade #12818

name: Check Docs
on: [push, pull_request]
jobs:
markdown_check:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@main
- name: check markdown
run: |
sudo npm install -g markdownlint-cli
markdownlint -c .github/workflows/markdown_config.json ./en_US
markdownlint -c .github/workflows/markdown_config.json ./zh_CN
markdownlint -c .github/workflows/markdown_config.json ./ja_JP
directory_check:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@main
- name: check directory config
run: |
python3 ./gen.py ce | tee directory.json
python3 .github/scripts/directory_check.py directory.json $(pwd)