Skip to content

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

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 #1219

Workflow file for this run

---
name: yamllint
on:
push:
branches: ['*']
pull_request:
branches: ['*']
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint
uses: ibiqlik/action-yamllint@v3
with:
config_file: ./.github/workflows/conf/yamllint.yaml
file_or_dir: . # Recursive on all yaml files