mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
✨ 在 pre-commit 工作流中添加虚拟环境激活步骤
This commit is contained in:
parent
ce6c4970fc
commit
372085c2bd
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install pdm
|
python -m pip install pdm
|
||||||
pdm install
|
pdm install
|
||||||
|
|
||||||
|
source .venv/bin/activate
|
||||||
pre-commit install
|
pre-commit install
|
||||||
|
|
||||||
- name: Run pre-commit
|
- name: Run pre-commit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user