Skip to content

Commit

Permalink
Add markdown linter to QC
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 17, 2022
1 parent 43c7bba commit 0d7e6c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Expand Up @@ -205,3 +205,8 @@ jobs:
- name: Psalter
continue-on-error: true
run: php vendor/bin/psalter --issues=UnnecessaryVarAnnotation --dry-run

- name: Lint markdown files
uses: nosborn/github-action-markdown-cli@v2.0.0
with:
files: README.md docs/*

0 comments on commit 0d7e6c2

Please sign in to comment.