Skip to content

Commit

Permalink
[CI/Build] Move codespell to its own job
Browse files Browse the repository at this point in the history
Move `codespell` out of the `ruff` job because `codespell` checks more
file types than `ruff`. This one needs to run on doc-only changes,
whiel `ruff` does not.

Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Nov 1, 2024
1 parent b837e46 commit 18fc405
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
run: |
echo "::add-matcher::.github/workflows/matchers/ruff.json"
ruff check --output-format github .
- name: Spelling check with codespell
run: |
codespell --toml pyproject.toml
- name: Run isort
run: |
isort . --check-only

0 comments on commit 18fc405

Please sign in to comment.