Skip to content

Commit

Permalink
👷 添加 Pyright 类型检查
Browse files Browse the repository at this point in the history
  • Loading branch information
shoucandanghehe committed Aug 26, 2024
1 parent 49d00f4 commit b69240c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/TypeCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

jobs:
Mypy:
TypeCheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,3 +25,8 @@ jobs:
shell: bash
run: |
poetry run mypy ./nonebot_plugin_tetris_stats
- name: Run Pyright
shell: bash
run: |
poetry run pyright ./nonebot_plugin_tetris_stats/

0 comments on commit b69240c

Please sign in to comment.