Skip to content

Bump mkdoc action versions #1113

Bump mkdoc action versions

Bump mkdoc action versions #1113

Workflow file for this run

name: Check spelling
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: codespell-project/actions-codespell@v2.1
with:
check_filenames: true
ignore_words_list: keypair, te
only_warn: 1