Skip to content

Commit b9577d7

Browse files
🩹 [Patch]: Disable MARKDOWN_PRETTIER linter (#40)
## Description - Format from platyPS is not compatible with the Markdown Prettier linter. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 4060f03 commit b9577d7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,8 @@ jobs:
529529
RUN_LOCAL: true
530530
VALIDATE_ALL_CODEBASE: false
531531
VALIDATE_JSCPD: false
532+
VALIDATE_MARKDOWN_PRETTIER: false
533+
VALIDATE_YAML_PRETTIER: false
532534

533535
BuildSite:
534536
name: Build Site

.github/workflows/Linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ github.token }}
3030
VALIDATE_JSCPD: false
31+
VALIDATE_MARKDOWN_PRETTIER: false
32+
VALIDATE_YAML_PRETTIER: false

.github/workflows/workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,8 @@ jobs:
540540
RUN_LOCAL: true
541541
VALIDATE_ALL_CODEBASE: false
542542
VALIDATE_JSCPD: false
543+
VALIDATE_MARKDOWN_PRETTIER: false
544+
VALIDATE_YAML_PRETTIER: false
543545

544546
PublishModule:
545547
name: Publish module

0 commit comments

Comments
 (0)