Skip to content

refactor: replace standards submodule with local docs/standards/ #92

refactor: replace standards submodule with local docs/standards/

refactor: replace standards submodule with local docs/standards/ #92

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint markdown files
run: make markdown-lint