Skip to content

Bump undici from 6.19.7 to 6.21.1 in the npm_and_yarn group #43

Bump undici from 6.19.7 to 6.21.1 in the npm_and_yarn group

Bump undici from 6.19.7 to 6.21.1 in the npm_and_yarn group #43

Workflow file for this run

name: Codespell
on:
push:
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
spellcheck:
name: Spell Check
runs-on: ubuntu-20.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 ./docs