Skip to content

Allow Nodes::Nodes to hold arbitrary values #17

Allow Nodes::Nodes to hold arbitrary values

Allow Nodes::Nodes to hold arbitrary values #17

Workflow file for this run

name: markdownlint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- uses: DavidAnson/markdownlint-cli2-action@v18
with:
globs: '**/*.md'