Skip to content

Commit

Permalink
Create lint-documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand authored Sep 16, 2022
1 parent 4a4354f commit 360661b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Lint Documentation
on:
pull_request:
branches: [ docs/main ]
workflow_dispatch:
jobs:
lint-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v6
with:
globs: 'docs/**/*.md'

0 comments on commit 360661b

Please sign in to comment.