Skip to content

Bump astral-sh/setup-uv from 3.1.5 to 3.1.6 in /.github/workflows #4

Bump astral-sh/setup-uv from 3.1.5 to 3.1.6 in /.github/workflows

Bump astral-sh/setup-uv from 3.1.5 to 3.1.6 in /.github/workflows #4

name: Lint Markdown
on:
pull_request:
merge_group:
jobs:
markdown-lint:
runs-on: ubuntu-22.04
steps:
- name: Git Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3.11
- name: Setup uv
uses: astral-sh/setup-uv@f731690a1dacb2f6393acc910887b8cda1a97789 # v3.1.6
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: markdownlint
run: uv run --locked --only-dev pymarkdown scan .