🥚 测试触发

This commit is contained in:
HibiKier 2025-03-14 00:51:46 +08:00
parent 64945fee1d
commit ef80b6e6ac
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ on:
- "poetry.lock"
- ".github/workflows/pyright.yml"
- ".github/workflows/ruff.yml"
- ".github/workflows/linting.yml"
pull_request:
branches:
@ -22,6 +23,7 @@ on:
- "poetry.lock"
- ".github/workflows/pyright.yml"
- ".github/workflows/ruff.yml"
- ".github/workflows/linting.yml"
jobs:
ruff-call:

View File

@ -31,7 +31,7 @@ jobs:
fi
shell: bash
- name: Run Pyright
- name: Run Pyright Check
uses: jakebailey/pyright-action@v2
with:
pylance-version: latest-release