chore(helm-chart): update helm release rook-ceph-cluster to v1.16.2 (… #12360
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: YAML Lint | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ '*' ] | |
pull_request: | |
jobs: | |
yaml-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
with: | |
fetch-depth: 1 | |
- name: Lint YAML | |
uses: ibiqlik/action-yamllint@v3 | |
with: | |
config_file: .yamllint.yaml |