Skip to content

feat(container)!: Update image prompve/prometheus-pve-exporter to v3 #1252

feat(container)!: Update image prompve/prometheus-pve-exporter to v3

feat(container)!: Update image prompve/prometheus-pve-exporter to v3 #1252

Workflow file for this run

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