open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.76k stars 614 forks source link

Add shellcheck CI step #3811

Closed johnbley closed 5 months ago

johnbley commented 6 months ago

Description

Per https://github.com/open-telemetry/opentelemetry-python/pull/3789, add a CI step to run shellcheck --severity=warning on all .sh files, similar to https://github.com/open-telemetry/opentelemetry-lambda/pull/396.

Does This PR Require a Contrib Repo Change?