Skip to content

docs: small improvements to build instructions #91

docs: small improvements to build instructions

docs: small improvements to build instructions #91

Workflow file for this run

name: Markdown formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Run markdownlint-cli2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: '**/*.md'