Skip to content

Bump actions/checkout from 3 to 4 #14

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #14

Workflow file for this run

name: Verify Documents
on:
pull_request:
workflow_dispatch:
jobs:
Markdownlint:
name: Run Markdownlint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Verify Markdown structure
run: |
docker run --rm -v $(pwd):/workdir ghcr.io/andmos/markdownlint-cli:master "**/*.md"