Skip to content

Updated table of contents #380

Updated table of contents

Updated table of contents #380

Workflow file for this run

name: Markdownlint Action
on: push
jobs:
build:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nosborn/github-action-markdown-cli@v3.3.0
name: Markdownlint
with:
files: .
config_file: ".markdownlint.json"