Skip to content

Add retry dropped item metrics and an exhausted retry error marker for exporter helper retries #6665

Add retry dropped item metrics and an exhausted retry error marker for exporter helper retries

Add retry dropped item metrics and an exhausted retry error marker for exporter helper retries #6665

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Run cSpell
uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 # v7.2.1
with:
incremental_files_only: false
use_cspell_files: true
config: '.github/workflows/utils/cspell.json'