Skip to content

Commit

Permalink
Create lint_md_all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder authored Oct 27, 2023
1 parent 19dd7ba commit efe1f94
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lint_md_all.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Lint Markdown (all)

on:
workflow_dispatch:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: |
*.md
!test/*.md

0 comments on commit efe1f94

Please sign in to comment.