Skip to content

remove code which deploys CSI and retain delegation of CSI to csi-operator #1221

remove code which deploys CSI and retain delegation of CSI to csi-operator

remove code which deploys CSI and retain delegation of CSI to csi-operator #1221

Workflow file for this run

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