Skip to content

Bump the csi-powermax group across 1 directory with 6 updates #149

Bump the csi-powermax group across 1 directory with 6 updates

Bump the csi-powermax group across 1 directory with 6 updates #149

Workflow file for this run

# This action checks the linting errors in yaml files
name: yaml-lint
on:
pull_request:
branches:
- main
- release-v*
jobs:
yaml_lint_scan:
name: Run Yaml Lint
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install yamllint
- run: yamllint .