Skip to content

fix(deps): update rust crate tonic-tracing-opentelemetry to 0.24.0 #9648

fix(deps): update rust crate tonic-tracing-opentelemetry to 0.24.0

fix(deps): update rust crate tonic-tracing-opentelemetry to 0.24.0 #9648

Workflow file for this run

name: Spell check
on:
push:
branches:
- "**"
paths:
- "docs/**"
- "**.md"
- "**.rs"
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
paths:
- "docs/**"
- "**.md"
- "**.rs"
jobs:
check_spelling:
name: Check spelling
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
skip: ".git,*/package.json,*/package-lock.json,*.lock,.github,.vscode,assets, *.snap"
ignore_words_file: .codespellignore
check_hidden: false