Skip to content

Enable support for Fully Qualified Repository URL without combining registry and repository #107

Enable support for Fully Qualified Repository URL without combining registry and repository

Enable support for Fully Qualified Repository URL without combining registry and repository #107

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'