Merge pull request #76 from thornbill/team-2024 #27
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: Lint | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
markdownlint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Setup Problem Matcher | |
uses: xt0rted/markdownlint-problem-matcher@v1 | |
- name: Run Markdownlint | |
run: npx --package markdownlint-cli markdownlint '**/*.md' |