Skip to content

Bump retext-equality from 6.7.0 to 7.0.0 in /.config/remark #2968

Bump retext-equality from 6.7.0 to 7.0.0 in /.config/remark

Bump retext-equality from 6.7.0 to 7.0.0 in /.config/remark #2968

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