chore: coderabbit suggested modifications
This commit is contained in:
@@ -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`)
|
||||||
|
|||||||
Reference in New Issue
Block a user