mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-02 16:00:50 +02:00
Add example.yml, link, and glob syntax to README.md.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user