Skip to content

Move v1.30 to older release notes section #1253

Move v1.30 to older release notes section

Move v1.30 to older release notes section #1253

Workflow file for this run

name: Codespell
on:
push:
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
spellcheck:
name: Spell Check
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 1
- name: Set up Python 🐍
uses: actions/setup-python@v6
- name: Install codespell
run: |
python -m pip install --upgrade pip
pip install codespell
- name: Check spelling
run: codespell