Skip to content

Commit b69240c

Browse files
👷 添加 Pyright 类型检查
1 parent 49d00f4 commit b69240c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/TypeCheck.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55

66
jobs:
7-
Mypy:
7+
TypeCheck:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
@@ -25,3 +25,8 @@ jobs:
2525
shell: bash
2626
run: |
2727
poetry run mypy ./nonebot_plugin_tetris_stats
28+
29+
- name: Run Pyright
30+
shell: bash
31+
run: |
32+
poetry run pyright ./nonebot_plugin_tetris_stats/

0 commit comments

Comments
 (0)