We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daeba4 commit 6c08605Copy full SHA for 6c08605
.github/workflows/php.yml
@@ -205,3 +205,9 @@ jobs:
205
- name: Psalter
206
continue-on-error: true
207
run: php vendor/bin/psalter --issues=UnnecessaryVarAnnotation --dry-run
208
+
209
+ - name: Lint markdown files
210
+ uses: nosborn/[email protected]
211
+ with:
212
+ files: .
213
+ ignore_path: .markdownlintignore
.markdownlintignore
@@ -0,0 +1 @@
1
+vendor/*
0 commit comments