Skip to content

Commit 333ef0e

Browse files
committed
23 updated file filter
1 parent a6f5749 commit 333ef0e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/codeChecks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ jobs:
141141
echo "==================Installing markdownlint-cli====================================="
142142
npm install -g markdownlint-cli
143143
echo "==================Running markdownlint====================================="
144-
FILES=$(find . -name "*.md" -not -path "./.github/*")
145-
markdownlint $FILES > ./markdownlint-report.txt || true
144+
markdownlint "**/*.md" > ./markdownlint-report.txt
146145
- name: Upload markdownlint report to git hub storage to use later
147146
uses: actions/upload-artifact@v4
148147
with:

0 commit comments

Comments
 (0)