Merge pull request #530 from RalphHightower/RalphHightower-patch-32 #33
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: readme-checker.yml – Checks for suggested markdown | |
on: [push, pull_request] | |
permissions: | |
contents: read | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Checking markdown | |
uses: DavidAnson/[email protected] | |
with: | |
globs: | | |
*.md | |
**/*.md | |
!test/*.md |