Skip to content

feat(helm)!: Update chart kiali-server to 2.0.0 #3247

feat(helm)!: Update chart kiali-server to 2.0.0

feat(helm)!: Update chart kiali-server to 2.0.0 #3247

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
jobs:
yaml:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: yamllint
uses: reviewdog/action-yamllint@e09f07780388032a624e9eb44a23fd1bbb4052cc # v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
yamllint_flags: '-c .github/yamllint.config.yaml ./cluster/'