Skip to content

Release RPG-Kit CLI. #7

Release RPG-Kit CLI.

Release RPG-Kit CLI. #7

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