Skip to content

[v4.17] Add hco-bundle-registry:v4.17.3.rhel9-99 #23546

[v4.17] Add hco-bundle-registry:v4.17.3.rhel9-99

[v4.17] Add hco-bundle-registry:v4.17.3.rhel9-99 #23546

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.