Skip to content

Commit

Permalink
✨ 更新 pre-commit 工作流,添加 pre-commit 依赖安装步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Dec 12, 2024
1 parent 20eeb57 commit 75d2ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install pdm
python -m pip install pre-commit
pdm config python.use_venv false
pdm install --no-lock
pre-commit install
Expand Down

0 comments on commit 75d2ef2

Please sign in to comment.