Skip to content

Fix running tests in environment with FORCE_COLOR or NO_COLOR set #3380

Fix running tests in environment with FORCE_COLOR or NO_COLOR set

Fix running tests in environment with FORCE_COLOR or NO_COLOR set #3380

Workflow file for this run

name: codespell
on: [pull_request, push]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install codespell
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
--skip="./README.*.md,*.svg,*.ai,./benchmarks/snippets.py,./tests,./tools"