Skip to content

Commit

Permalink
Add typos to GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Nov 16, 2023
1 parent 8b18fef commit 3e71b1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
run: |
sudo apt remove python3-pip
python -m pip install --upgrade pip
python -m pip install . ruff coverage codecov mypy pytest readme_renderer types-contextvars asyncssh
python -m pip install . ruff typos coverage codecov mypy pytest readme_renderer types-contextvars asyncssh
pip list
- name: Ruff
run: |
ruff .
ruff format --check .
typos .
- name: Tests
run: |
coverage run -m pytest
Expand Down

0 comments on commit 3e71b1e

Please sign in to comment.