Skip to content

Commit 759849d

Browse files
🩹 [Patch]: Don't evaluate GITLEAKS on documentation (#46)
## Description - GitLeaks makes it difficult to have actual examples on the documentation. Skipping it here. ## 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 b3d380e commit 759849d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ jobs:
443443
VALIDATE_JSCPD: false
444444
VALIDATE_MARKDOWN_PRETTIER: false
445445
VALIDATE_YAML_PRETTIER: false
446+
VALIDATE_GITLEAKS: false
446447

447448
BuildSite:
448449
name: Build Site

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ jobs:
454454
VALIDATE_JSCPD: false
455455
VALIDATE_MARKDOWN_PRETTIER: false
456456
VALIDATE_YAML_PRETTIER: false
457+
VALIDATE_GITLEAKS: false
457458

458459
PublishModule:
459460
name: Publish module

0 commit comments

Comments
 (0)