Clarify use of send_batch_max_size in otelcol.processor.batch #11296
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint Scripts | |
on: [pull_request] | |
jobs: | |
shellcheck: | |
name: Shellcheck | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: azohra/shell-linter@latest | |
with: | |
path: "packaging,production,tools/ci,tools/release,docs/sources/flow/tutorials/assets" |