Skip to content

chore(deps): update helm release prometheus-node-exporter to 4.39.* (… #326

chore(deps): update helm release prometheus-node-exporter to 4.39.* (…

chore(deps): update helm release prometheus-node-exporter to 4.39.* (… #326

Workflow file for this run

name: Markdownlint
on: [push]
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: lint_markdown
uses: docker://avtodev/markdown-lint:v1
with:
args: './*.md'
ignore: './test/output.md ./test/custom-template-keywords.md ./EXAMPLE_OUTPUT.md'