Skip to content

feat: add host-validated extension telemetry gRPC service #3080

feat: add host-validated extension telemetry gRPC service

feat: add host-validated extension telemetry gRPC service #3080

Workflow file for this run

name: misc
on:
pull_request:
branches: [main]
paths-ignore:
# Changes here should be kept in-sync with projects listed in cspell.misc.yaml
- 'eng/**' # Not required
# Standalone projects that have their own cspell
- 'cli/**'
- 'ext/vscode/**'
- 'ext/devcontainer/**'
- 'templates/**'
permissions:
contents: read
jobs:
cspell-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "20"
- run: npm install -g cspell@8.13.1
- name: Spell check for general files
run: cspell lint '**/*' --config ./.vscode/cspell.misc.yaml --relative --no-progress