Skip to content

🐋 [gha] bring in GHA's, templates, and compliance docs (#12) #3

🐋 [gha] bring in GHA's, templates, and compliance docs (#12)

🐋 [gha] bring in GHA's, templates, and compliance docs (#12) #3

Workflow file for this run

---
name: MarkdownLint
on:
push:
branches:
- main
pull_request:
# global permissions
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: |
**/*.md