Skip to content

sdk: try to make test_batch_span_processor_reset_timeout a bit less f… #30

sdk: try to make test_batch_span_processor_reset_timeout a bit less f…

sdk: try to make test_batch_span_processor_reset_timeout a bit less f… #30

Workflow file for this run

name: Shellcheck
on:
push:
branches-ignore:
- 'release/*'
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
run: sudo apt update && sudo apt install --assume-yes shellcheck
- name: Run shellcheck
run: find . -name \*.sh | xargs shellcheck --severity=warning