Skip to content

build(deps): bump the all group with 23 updates (#650) #1995

build(deps): bump the all group with 23 updates (#650)

build(deps): bump the all group with 23 updates (#650) #1995

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