Skip to content

Merge the v1.0 protocol changes #53

Merge the v1.0 protocol changes

Merge the v1.0 protocol changes #53

Workflow file for this run

name: "Markdown Lint"
on:
pull_request:
push:
branches:
- main
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v13
with:
config: ".markdownlint.json"
globs: "**/*.md"