Skip to content

Bump brace-expansion from 1.1.14 to 1.1.18 #858

Bump brace-expansion from 1.1.14 to 1.1.18

Bump brace-expansion from 1.1.14 to 1.1.18 #858

Workflow file for this run

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