Skip to content

feat(nodejs): remove non-generic instrumentations from defaults #4585

feat(nodejs): remove non-generic instrumentations from defaults

feat(nodejs): remove non-generic instrumentations from defaults #4585

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.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