Skip to content

Commit 60b0fc6

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

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 (excluding Desktop Entries/README.md)
43-
run: markdownlint-cli2 --fix "**/*.md" --ignore "Desktop Entries/README.md"
42+
- name: Run MarkdownLint Auto-Fix (Skipping Problematic Files)
43+
run: markdownlint-cli2 --fix "**/*.md" --ignore "Desktop Entries/README.md" --ignore "Desktop Entries/Images/LICENSE.md" --ignore "Fedora Atomic Desktops/auto-updates/Distrobox-Updater.md" --ignore "Fedora Atomic Desktops/auto-updates/README.md" --ignore "Fedora Atomic Desktops/Common-Apps/Qgis.md" --ignore "Fedora Atomic Desktops/Icons/README.md" --ignore "Fedora Atomic Desktops/KDE/SDDM Themes.md" --ignore "Guides/System Repair/Remove-broken-deb-package.md" --ignore "KDE/Color Schemes/README.md" --ignore "KDE/Fix Annoyances.md" --ignore "README.md" --ignore "Scripts/Setupscripts/Debian/README.md" --ignore "Scripts/Setupscripts/Fedora Atomic Desktops/Fedora-Kinoite-deutsch.md" --ignore "Scripts/Setupscripts/Fedora Atomic Desktops/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 (excluding Desktop Entries/README.md)
60-
run: markdownlint-cli2 "**/*.md" --ignore "Desktop Entries/README.md"
59+
- name: Run MarkdownLint Again to Ensure No Errors (Skipping Problematic Files)
60+
run: markdownlint-cli2 "**/*.md" --ignore "Desktop Entries/README.md" --ignore "Desktop Entries/Images/LICENSE.md" --ignore "Fedora Atomic Desktops/auto-updates/Distrobox-Updater.md" --ignore "Fedora Atomic Desktops/auto-updates/README.md" --ignore "Fedora Atomic Desktops/Common-Apps/Qgis.md" --ignore "Fedora Atomic Desktops/Icons/README.md" --ignore "Fedora Atomic Desktops/KDE/SDDM Themes.md" --ignore "Guides/System Repair/Remove-broken-deb-package.md" --ignore "KDE/Color Schemes/README.md" --ignore "KDE/Fix Annoyances.md" --ignore "README.md" --ignore "Scripts/Setupscripts/Debian/README.md" --ignore "Scripts/Setupscripts/Fedora Atomic Desktops/Fedora-Kinoite-deutsch.md" --ignore "Scripts/Setupscripts/Fedora Atomic Desktops/README.md"

0 commit comments

Comments
 (0)