Skip to content

feat: add a page to describe diagnostics #57

feat: add a page to describe diagnostics

feat: add a page to describe diagnostics #57

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version-file: ".node-version"
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- name: Cache pnpm modules
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
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