Skip to content

Bump remark-validate-links from 13.0.0 to 13.0.2 in /.config/remark #3567

Bump remark-validate-links from 13.0.0 to 13.0.2 in /.config/remark

Bump remark-validate-links from 13.0.0 to 13.0.2 in /.config/remark #3567

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