Skip to content

Commit

Permalink
skpping over desktop entries
Browse files Browse the repository at this point in the history
  • Loading branch information
primalbeing committed Feb 7, 2025
1 parent b5c398c commit 60b0fc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Install markdownlint-cli2
run: npm install -g markdownlint-cli2

- name: Run MarkdownLint Auto-Fix (excluding Desktop Entries/README.md)
run: markdownlint-cli2 --fix "**/*.md" --ignore "Desktop Entries/README.md"
- name: Run MarkdownLint Auto-Fix (Skipping Problematic Files)
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"

- name: Check for changes
id: git-diff
Expand All @@ -56,5 +56,5 @@ jobs:
git commit -m "Auto-fix MarkdownLint issues"
git push
- name: Run MarkdownLint Again to Ensure No Errors (excluding Desktop Entries/README.md)
run: markdownlint-cli2 "**/*.md" --ignore "Desktop Entries/README.md"
- name: Run MarkdownLint Again to Ensure No Errors (Skipping Problematic Files)
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 comments on commit 60b0fc6

Please sign in to comment.