Skip to content

feat(helm)!: Update chart traefik to 34.4.1 #3684

feat(helm)!: Update chart traefik to 34.4.1

feat(helm)!: Update chart traefik to 34.4.1 #3684

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: yamllint
uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
yamllint_flags: '-c .github/yamllint.config.yaml ./cluster/'