Skip to content

Bump pymdown-extensions from 10.11.2 to 10.12 in /.config/mkdocs #3533

Bump pymdown-extensions from 10.11.2 to 10.12 in /.config/mkdocs

Bump pymdown-extensions from 10.11.2 to 10.12 in /.config/mkdocs #3533

Workflow file for this run

name: Checking for common typos
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
path: docs
ignore_words_file: .config/codespell-ignore