Skip to content

Bump actions/checkout from 4 to 5 #206

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #206

Workflow file for this run

name: Markdown Lint
on:
pull_request:
permissions:
contents: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v5
- name: Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e
with:
fix: true
globs: |
*.md
!test/*.md