Skip to content

Commit

Permalink
add markdown linter
Browse files Browse the repository at this point in the history
  • Loading branch information
taxmeifyoucan committed Apr 3, 2024
1 parent fae8cfe commit df33e03
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/md-link.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v15
continue-on-error: true
with:
globs: |
docs/*.md

0 comments on commit df33e03

Please sign in to comment.