Skip to content

Bug 2315708:[release-4.16] update ibm odf operator to 1.6.0 and apis to 1.5.1 #1778

Bug 2315708:[release-4.16] update ibm odf operator to 1.6.0 and apis to 1.5.1

Bug 2315708:[release-4.16] update ibm odf operator to 1.6.0 and apis to 1.5.1 #1778

Workflow file for this run

---
name: codespell
on:
push:
branches: ['main', 'release-*']
pull_request:
branches: ['*']
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: codespell-project/actions-codespell@master
with:
exclude_file: go.sum
check_filenames: true
check_hidden: true
skip: vendor