Skip to content

Document parser package helper functions in main README #145

Document parser package helper functions in main README

Document parser package helper functions in main README #145

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
markdown-lint:
name: Lint Markdown Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: '**/*.md'