Merge branch 'main' into localden/vscode

This commit is contained in:
Den Delimarsky
2025-10-21 15:06:44 -07:00
committed by GitHub
28 changed files with 246 additions and 172 deletions

18
.github/workflows/lint.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Lint
on:
push:
branches: ["main"]
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: '**/*.md'