Skip to content

makefile: update csv version to 4.15.0 #796

makefile: update csv version to 4.15.0

makefile: update csv version to 4.15.0 #796

Workflow file for this run

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