Skip to content

Merge pull request #255 from red-hat-storage/sync_ds--main #1200

Merge pull request #255 from red-hat-storage/sync_ds--main

Merge pull request #255 from red-hat-storage/sync_ds--main #1200

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