Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Fix bug with toml triage #2774

Merged
merged 11 commits into from
Mar 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
BUG: Fix bug with toml triage
larsoner committed Mar 8, 2023
commit 15e66e18546b7e5f8b773801fba23efd0b348cd7
7 changes: 7 additions & 0 deletions .github/workflows/codespell-private.yml
Original file line number Diff line number Diff line change
@@ -23,6 +23,11 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
toml:
- true
include:
- python: '3.10'
toml: false
name: Python ${{ matrix.python-version }} test
steps:
- uses: actions/checkout@v3
@@ -42,6 +47,8 @@ jobs:
pip install -e ".[dev]" # install the codespell dev packages
- run: codespell --help
- run: codespell --version
- run: pip uninstall tomli
if: not(${{ matrix.notoml}})
- run: make check
- uses: codecov/codecov-action@v3
- run: codespell --check-filenames --skip="./.git/*,*.pyc,./codespell_lib/tests/test_basic.py,./codespell_lib/data/*,./example/code.c,./build/lib/codespell_lib/tests/test_basic.py,./build/lib/codespell_lib/data/*,README.rst,*.egg-info/*,pyproject-codespell.precommit-toml"