Skip to content

Fix compatibility with Pygments 2.4.0 in tests #698

Fix compatibility with Pygments 2.4.0 in tests

Fix compatibility with Pygments 2.4.0 in tests #698

Workflow file for this run

---
name: codespell
on: push # yamllint disable-line rule:truthy
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master