Skip to content

Bump pymdown-extensions from 10.21 to 10.21.3 #303

Bump pymdown-extensions from 10.21 to 10.21.3

Bump pymdown-extensions from 10.21 to 10.21.3 #303

Workflow file for this run

name: Ruff Lint
permissions:
contents: read
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Install dependencies
run: uv sync --dev
- name: Run ruff
run: uv run ruff check --fix .