mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
👷 添加 Pyright 类型检查
This commit is contained in:
7
.github/workflows/TypeCheck.yml
vendored
7
.github/workflows/TypeCheck.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
Mypy:
|
||||
TypeCheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user