Skip to content

Bump react-dom from 19.1.1 to 19.2.0 #1202

Bump react-dom from 19.1.1 to 19.2.0

Bump react-dom from 19.1.1 to 19.2.0 #1202

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@v4
with:
fetch-depth: 1
- name: Set up Python 🐍
uses: actions/setup-python@v5
- name: Install codespell
run: |
python -m pip install --upgrade pip
pip install codespell
- name: Check spelling
run: codespell