Skip to content

chore(deps): update registry.redhat.io/openshift4/ose-cli-rhel9 docker tag to v4.17 (backplane-2.7) #8

chore(deps): update registry.redhat.io/openshift4/ose-cli-rhel9 docker tag to v4.17 (backplane-2.7)

chore(deps): update registry.redhat.io/openshift4/ose-cli-rhel9 docker tag to v4.17 (backplane-2.7) #8

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
- backplane-[0-9]+.[0-9]+
jobs:
lint:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Install ShellCheck
run: sudo apt-get install -y shellcheck
- name: Run ShellCheck against scripts
run: shellcheck --exclude=SC1091,SC2086 -x ./collection-scripts/*