Skip to content

Bump mkdocs-material from 9.5.21 to 9.5.22 in /docs #2269

Bump mkdocs-material from 9.5.21 to 9.5.22 in /docs

Bump mkdocs-material from 9.5.21 to 9.5.22 in /docs #2269

Workflow file for this run

# Workflow to detect typos in docs and source code
name: Misspell
on:
push:
branches:
- main
- docs/**
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
locale: US