Skip to content

[exporter][batching][chore] record batch creation time #320

[exporter][batching][chore] record batch creation time

[exporter][batching][chore] record batch creation time #320

Workflow file for this run

name: Spell Check
on: [push, pull_request]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run cSpell
uses: streetsidesoftware/cspell-action@8485bb4b688c68384c2f6db7ad931f5e3e63f21c #v6.10.1
with:
files: |
**/*.{md,yaml,yml}
config: '.github/workflows/utils/cspell.json'