Skip to content

Commit b5c398c

Browse files
author
primalbeing
committed
skpping over desktop entries
1 parent 0448425 commit b5c398c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Install markdownlint-cli2
4040
run: npm install -g markdownlint-cli2
4141

42-
- name: Run MarkdownLint Auto-Fix
43-
run: markdownlint-cli2 --fix **/*.md
42+
- name: Run MarkdownLint Auto-Fix (excluding Desktop Entries/README.md)
43+
run: markdownlint-cli2 --fix "**/*.md" --ignore "Desktop Entries/README.md"
4444

4545
- name: Check for changes
4646
id: git-diff
@@ -56,5 +56,5 @@ jobs:
5656
git commit -m "Auto-fix MarkdownLint issues"
5757
git push
5858
59-
- name: Run MarkdownLint Again to Ensure No Errors
60-
run: markdownlint-cli2 **/*.md
59+
- name: Run MarkdownLint Again to Ensure No Errors (excluding Desktop Entries/README.md)
60+
run: markdownlint-cli2 "**/*.md" --ignore "Desktop Entries/README.md"

0 commit comments

Comments
 (0)