Bug 2263475:[release-4.12] bundle: Modify the name and reference of the sample storagesystem #875
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |