Skip to content

build(deps): bump github.com/rook/rook from 1.15.2 to 1.15.4 in the github-dependencies group across 1 directory #1286

build(deps): bump github.com/rook/rook from 1.15.2 to 1.15.4 in the github-dependencies group across 1 directory

build(deps): bump github.com/rook/rook from 1.15.2 to 1.15.4 in the github-dependencies group across 1 directory #1286

Workflow file for this run

name: ShellCheck
on:
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: warning
check_together: "yes"
disable_matcher: false
format: gcc