Skip to content

Generates and labels Volume*SnapshotClass #1212

Generates and labels Volume*SnapshotClass

Generates and labels Volume*SnapshotClass #1212

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