mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
👷 更新 TypeCheck CI
This commit is contained in:
6
.github/workflows/TypeCheck.yml
vendored
6
.github/workflows/TypeCheck.yml
vendored
@@ -1,10 +1,10 @@
|
||||
name: Run mypy type check
|
||||
name: TypeCheck
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
Mypy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: '3.10'
|
||||
cache: 'poetry'
|
||||
|
||||
- run: poetry install
|
||||
|
||||
Reference in New Issue
Block a user