Skip to content

Sync RPG-Kit translation READMEs (zh-CN / ja-JP / ko-KR / hi-IN) to English #17

Sync RPG-Kit translation READMEs (zh-CN / ja-JP / ko-KR / hi-IN) to English

Sync RPG-Kit translation READMEs (zh-CN / ja-JP / ko-KR / hi-IN) to English #17

Workflow file for this run

name: RPG-Kit Lint
permissions:
contents: read
on:
push:
branches: [main]
paths:
- "RPG-Kit/**"
- ".github/workflows/rpgkit-*.yml"
- ".github/workflows/scripts/rpgkit/**"
- ".markdownlint-cli2.jsonc"
pull_request:
paths:
- "RPG-Kit/**"
- ".github/workflows/rpgkit-*.yml"
- ".github/workflows/scripts/rpgkit/**"
- ".markdownlint-cli2.jsonc"
workflow_dispatch:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: |
RPG-Kit/**/*.md