Skip to content

[stable/prometheus-spot-termination-exporter] Add extra labels support into spot termination exporter #1403

[stable/prometheus-spot-termination-exporter] Add extra labels support into spot termination exporter

[stable/prometheus-spot-termination-exporter] Add extra labels support into spot termination exporter #1403

Workflow file for this run

name: Markdown Lint
on: [pull_request]
jobs:
lint-changelog:
name: Lint all markdown files
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run lint
uses: avto-dev/markdown-lint@v1.5.0
with:
args: '**/*.md'
config: 'ci/markdown-lint.yaml'