Skip to content

chore: update all markdown to be markdownlint compliant #6

chore: update all markdown to be markdownlint compliant

chore: update all markdown to be markdownlint compliant #6

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: ["main"]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: .
config_file: .markdownlint.yaml
dot: true