Skip to content

build(deps): bump the all group across 1 directory with 16 updates #2002

build(deps): bump the all group across 1 directory with 16 updates

build(deps): bump the all group across 1 directory with 16 updates #2002

Workflow file for this run

---
name: Run Shellcheck
"on":
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2148