chore: Add markdownlint to repo (#1709)

This commit is contained in:
Aaron
2025-06-04 17:34:42 -05:00
committed by GitHub
parent f2dbcde124
commit 1eda21f63f
5 changed files with 469 additions and 17 deletions
+4
View File
@@ -23,6 +23,10 @@ jobs:
- name: Basic Checks
run: pnpm check
- name: Markdownlint
run: pnpm experimental:check:md
continue-on-error: true
builds:
name: Builds
runs-on: ubuntu-22.04