Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HiraiKyo committed Aug 8, 2024
1 parent 90a944d commit e30097d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
poetry run pytest
- name: Run type checking with mypy
run: |
poetry run mypy ply_processor
poetry run mypy ply_processor_basics
- name: Run linting with ruff
run: |
poetry run ruff ply_processor
poetry run ruff ply_processor_basics

0 comments on commit e30097d

Please sign in to comment.