Skip to content

Docs: introduce simplified Einsum decomposition approach and contrast… #5718

Docs: introduce simplified Einsum decomposition approach and contrast…

Docs: introduce simplified Einsum decomposition approach and contrast… #5718

Workflow file for this run

name: Spelling
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spelling:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install codespell
run: pip install codespell
- name: Check spelling
run: codespell .