Skip to content

build(deps): bump the opentelemetry-deps-collector group across 6 directories with 45 updates #4335

build(deps): bump the opentelemetry-deps-collector group across 6 directories with 45 updates

build(deps): bump the opentelemetry-deps-collector group across 6 directories with 45 updates #4335

Workflow file for this run

name: "Continuous Build (shellcheck)"
on: [push, pull_request]
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install shell check
run: sudo apt update && sudo apt install --assume-yes shellcheck
- name: Run shellcheck
run: >-
find . -type f |
grep -v '.git' |
xargs -n 30 file |
grep -i shell |
awk -F':' '{print $1}' |
xargs shellcheck