We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f5749 commit 333ef0eCopy full SHA for 333ef0e
1 file changed
.github/workflows/codeChecks.yml
@@ -141,8 +141,7 @@ jobs:
141
echo "==================Installing markdownlint-cli====================================="
142
npm install -g markdownlint-cli
143
echo "==================Running markdownlint====================================="
144
- FILES=$(find . -name "*.md" -not -path "./.github/*")
145
- markdownlint $FILES > ./markdownlint-report.txt || true
+ markdownlint "**/*.md" > ./markdownlint-report.txt
146
- name: Upload markdownlint report to git hub storage to use later
147
uses: actions/upload-artifact@v4
148
with:
0 commit comments