Skip to content

[v4.16] Add hco-bundle-registry:v4.16.6.rhel9-55 #23548

[v4.16] Add hco-bundle-registry:v4.16.6.rhel9-55

[v4.16] Add hco-bundle-registry:v4.16.6.rhel9-55 #23548

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
reporter: github-pr-review
path: "." # Optional.
pattern: "*.sh" # Optional.
exclude: "./.git/*" # Optional.
check_all_files_with_shebangs: "false" # Optional.