Skip to content

chore(deps): update konflux references (backplane-2.7) #29

chore(deps): update konflux references (backplane-2.7)

chore(deps): update konflux references (backplane-2.7) #29

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/*