Skip to content

Add linting badge

Add linting badge #2

Workflow file for this run

name: Linting
on: [push]
jobs:
verify-markdown:
runs-on: ubuntu-latest
container:
image: registry.gitlab.com/pipeline-components/markdownlint-cli2:latest
steps:
- uses: actions/checkout@v4
- run: |-
markdownlint-cli2 *.md