Skip to content

Commit

Permalink
Label ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre committed Jan 26, 2025
1 parent baaa360 commit c443056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
python -m pip install --upgrade pip
pip install uv
uv pip install -r requirements.txt -r test-requirements.txt --upgrade --system
- run: pre-commit install-hooks
- name: Set up check hooks
run: pre-commit install-hooks
- name: Spelling (codespell)
run: pre-commit run --all-files --hook-stage manual codespell --show-diff-on-failure
- name: Lint (Ruff)
Expand Down

0 comments on commit c443056

Please sign in to comment.