Skip to content

Zuplo sponsoring

Zuplo sponsoring #11

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: ["main"]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: .
config_file: .markdownlint.yaml
dot: true