chore: coderabbit suggested modifications

This commit is contained in:
Ralph Khreish
2025-07-26 01:26:51 +03:00
parent e7f8beb098
commit 662a4eaecb

View File

@@ -6,11 +6,12 @@ This document explains the CI/CD setup for the Task Master VS Code extension usi
### 1. Extension CI (`extension-ci.yml`) ### 1. Extension CI (`extension-ci.yml`)
**Triggers:** #### Triggers
- Push to `main` or `next` branches (only when extension files change) - Push to `main` or `next` branches (only when extension files change)
- Pull requests to `main` or `next` (only when extension files change) - Pull requests to `main` or `next` (only when extension files change)
**What it does:** #### What it does
- ✅ Lints and type-checks the extension code - ✅ Lints and type-checks the extension code
- 🔨 Builds the extension (`pnpm run build`) - 🔨 Builds the extension (`pnpm run build`)