Skip to content

Merge pull request #77 from RyanLua/rokit #394

Merge pull request #77 from RyanLua/rokit

Merge pull request #77 from RyanLua/rokit #394

Workflow file for this run

name: Check Markdown
on:
workflow_dispatch:
push:
paths-ignore:
- "**"
- "!.github/workflows/markdown.ya?ml"
- "!**.md"
permissions:
contents: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v16
with:
fix: true
globs: "**/*.md"