Skip to content

[pdata] Use pool-aware constructors in gRPC service handlers #9471

[pdata] Use pool-aware constructors in gRPC service handlers

[pdata] Use pool-aware constructors in gRPC service handlers #9471

Workflow file for this run

name: Spell Check
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run cSpell
uses: streetsidesoftware/cspell-action@9cd41bb518a24fefdafd9880cbab8f0ceba04d28 # v8.3.0
with:
incremental_files_only: false
use_cspell_files: true
config: '.github/workflows/utils/cspell.json'