Skip to content

Bump github.com/operator-framework/api from 0.27.0 to 0.29.0 (#3604) #89

Bump github.com/operator-framework/api from 0.27.0 to 0.29.0 (#3604)

Bump github.com/operator-framework/api from 0.27.0 to 0.29.0 (#3604) #89

Workflow file for this run

name: shellcheck
on:
push:
branches:
- main
pull_request:
permissions: {}
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-24.04
env:
VERSION: v0.10.0
steps:
- uses: actions/checkout@v4
- name: shellcheck ci scripts
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
scandir: ".ci"
severity: warning
version: ${{ env.VERSION }}
- name: shellcheck hack scripts
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -x -e SC2059 -e SC2086
with:
scandir: "hack"
severity: warning
version: ${{ env.VERSION }}