Skip to content

perf: use name in map_blocks to bypass tokenization #3349

perf: use name in map_blocks to bypass tokenization

perf: use name in map_blocks to bypass tokenization #3349

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
filter: blob:none
- uses: codespell-project/actions-codespell@v2