Skip to content

Bump helm/chart-releaser-action from 1.6.0 to 1.7.0 #124

Bump helm/chart-releaser-action from 1.6.0 to 1.7.0

Bump helm/chart-releaser-action from 1.6.0 to 1.7.0 #124

Workflow file for this run

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