mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-22 14:16:26 +01:00
13 lines
226 B
YAML
13 lines
226 B
YAML
|
on: [push, pull_request]
|
||
|
|
||
|
jobs:
|
||
|
lint:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: DavidAnson/markdownlint-cli2-action@v1
|
||
|
with:
|
||
|
globs: |
|
||
|
*.md
|
||
|
!test/*.md
|