Add example.yml, link, and glob syntax to README.md.

This commit is contained in:
David Anson
2021-01-17 20:34:17 -08:00
parent ea5cc041bf
commit 38b6b60393
2 changed files with 20 additions and 1 deletions
+12
View File
@@ -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