⬆️ Bump types-pillow from 10.2.0.20240520 to 10.2.0.20240822 #257
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TypeCheck | |
on: | |
push: | |
jobs: | |
Mypy: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install poetry | |
run: pipx install poetry | |
shell: bash | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: '3.10' | |
cache: 'poetry' | |
- run: poetry install | |
shell: bash | |
- name: Run Mypy | |
shell: bash | |
run: | | |
poetry run mypy ./nonebot_plugin_tetris_stats |