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 Apr 5, 2022
1 parent d67dfd1 commit 302bf49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php.yml
Expand Up @@ -205,3 +205,9 @@ 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@v3.0.1
with:
files: .
ignore_path: .markdownlintignore
1 change: 1 addition & 0 deletions .markdownlintignore
@@ -0,0 +1 @@
vendor/*

0 comments on commit 302bf49

Please sign in to comment.