Skip to content

add the "grapple solution framework" (#167) #319

add the "grapple solution framework" (#167)

add the "grapple solution framework" (#167) #319

---
name: Markdown Syntax Validation
on: [push, workflow_dispatch]
jobs:
markdown-check:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Validate Markdown
uses: DavidAnson/[email protected]
with:
config: .markdownlint.json
globs: "**.md"